ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1711. Code Names

if WA28
Posted by Baurzhan 10 Oct 2009 16:36
if your store data in array of pairs begin loop from zero i=0 not from 1!
Re: if WA28
Posted by Ras Misha [t4ce] 11 Oct 2009 12:23
I had wa28, too

my mistake was a incorrect comparison of strings

for example

s1="bb";
s2="bbbb";
f(s1,s2); // give true s1<s2
f(s2,s1); // give me too true, but this is mistake

When I have corrected this i had ac

sorry for my english))

Edited by author 11.10.2009 12:23
Re: if WA28
Posted by kecin 10 Mar 2010 14:13
i get WA28,too.
i try your way but it is useless.

plz help me!
Re: if WA28
Posted by Miracle- 5 Jan 2019 17:36


Edited by author 05.01.2019 17:36