|
|
back to boardWhat's wrong with my code? I got WA on Test #2 Posted by Yuplis 16 Apr 2004 17:21 //Please, don't post your codes here. #include <stdio.h> #include <string.h> #define infile "1115.in" #define outfile "1115.out" int main() { init(); work(); print(); return 0; } Edited by moderator 16.04.2004 18:16 Re: What's wrong with my code? I got WA on Test #2 Posted by lql1993 29 Nov 2008 09:41 May be you had sort the teams of ships. Edited by author 29.11.2008 10:14 |
|
|