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() {
for(int i=0; i<2222; i++){
paint(0,i);
}
for(int i=0; i<2222; i++){
paint(i,0);
}
}
void sangsoo() {
int resx;
for(int i=0; i<2222; i++){
if(count_row(i)){
resx = i;
}
}
for(int i=0; i<2222; i++){
if(count_col(i) > 1){
report(resx,i);
break;
}
}
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |