|
|
back to boardDiscussion of Problem 1347. Blogsome hint If you gets WA#17 may be you assume that first string of each blog is "<blog>" but it only begins with "<blog>". I only changed in my program "readln(s);" to "for i:=1 to 6 do read(c)" and got AC. WA17 Posted by ZiV 27 Jan 2006 13:23 I had WA17 but my mistake was: On one string could be several frend's tags, also there could be </blog>(on the same string)... |
|
|