답안 #7478

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
7478 2014-08-09T09:57:01 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);
}
# 결과 실행 시간 메모리 Grader output
1 Incorrect 0 ms 1756 KB Output isn't correct - 답이 틀려서 프로그램을 종료합니다.
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Halted 0 ms 0 KB -