Submission #7477

# Submission time Handle Problem Language Result Execution time Memory
7477 2014-08-09T09:56:31 Z tncks0121 행성 탐사 (GA8_planet) C++
0 / 100
0 ms 1756 KB
#include "planet.h"

void ainta(){paint(0,0);}
void sangsoo(){
  int r,c;
  for(r=0; r<2221; r++) if(count_row(r)) break;
  for(c=0; c<2221; c++) if(count_row(c)) break;
  report(r,c);
}
# Verdict Execution time Memory Grader output
1 Incorrect 0 ms 1756 KB Output isn't correct - 답이 틀려서 프로그램을 종료합니다.
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Halted 0 ms 0 KB -