이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include "planet.h"
void ainta() {
for(int i=0; i<101; i++){
paint(22 * i,0);
}
for (int i=0; i<22 + 101; i++) {
paint(1,0);
}
for(int i=0; i<101; i++){
paint(0,22 * i);
}
for (int i=0; i<22 + 101; i++) {
paint(0,0);
}
}
void sangsoo() {
int resx = -1;
for(int i=0; i<101; i++){
count_row(42);
}
int p = 0;
for (int i=0; i<22; i++) {
if(count_row(i)) p = i;
}
for (int i=0; i<101; i++) {
int t = count_row((22 * i + p + 1) % 2222);
if(t > 0){
resx = 22 * i + p;
}
}
for(int i=0; i<101; i++){
count_row(42);
}
for (int i=0; i<22; i++) {
if(count_col(i)) p = i;
}
for (int i=0; i<101; i++) {
int t = count_col(22 * i + p);
if(t > 1){
report(resx,22 * i + p);
return;
}
}
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |