Submission #7127

#TimeUsernameProblemLanguageResultExecution timeMemory
7127tncks0121행성 탐사 (GA8_planet)C++98
0 / 100
0 ms1756 KiB
#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); }
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...