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"
#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 time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |