# | Time | Username | Problem | Language | Result | Execution time | Memory |
---|---|---|---|---|---|---|---|
7480 | tncks0121 | 행성 탐사 (GA8_planet) | C++98 | 3000 ms | 1756 KiB |
This submission is migrated from previous version of oj.uz, which used different machine for grading. This submission may have different result if resubmitted.
#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_col(c)) break;
report(r,c);
}
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|---|---|---|---|
Fetching results... |