# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
7127 | 2014-07-26T10:21:11 Z | tncks0121 | 행성 탐사 (GA8_planet) | C++ | 0 ms | 1756 KB |
#include "planet.h" #define N 2222 void ainta() { paint(0, 0); } void sangsoo() { int r, c; for(r = -40; r < 40; r++) if(count_row((r+N)%N)) break; for(c = -40; c < 40; c++) if(count_col((c+N)%N)) break; report((r+N)%N, (c+N)%N); }
# | 결과 | 실행 시간 | 메모리 | 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 | - |