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 1115. Ships

What'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