|
|
back to boardWA test 2 Posted by MiR 26 Jul 2006 14:57 Can you help me, plz? Edited by author 26.07.2006 15:15 Edited by author 27.07.2006 19:37 Re: WA test 2 My program also WA#2. I have implemented 'inserted sort'. Sorts correctly. Don't know what's the problem... PS. What should output program if n == 0? I print '1'. Re: WA test 2 Any right implemented sort (which passes time limit) gets AC. So I think you are mistaken. PS: for n=0 answer is empty output. Re: WA test 2 Posted by MiR 8 Aug 2006 21:23 Thank's. Problem was n=0. Re: WA test 2 Why for n=0 output is empty(i agree that it get AC, but...)? Is it wrong? : 0 --> (one number in input)1-->1 Re: WA test 2 what is the problem with output if n==0 ? Re: WA test 2 If n=0 nothing should be output ! Re: WA test 2 If n=0 nothing should be output ! <html> <title>Codeforces.com</title> <body bgcolor="#F0FF0F"> Test Yourself ! <a color="#FF0000" href=" http://codeforces.com">Codeforces.com</a> </body> </html> Re: WA test 2 If n=0 nothing should be output ! |
|
|