제출 #7494

#제출 시각아이디문제언어결과실행 시간메모리
7494gs14004행성 탐사 (GA8_planet)C++98
20.30 / 100
3000 ms1756 KiB
#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() {
    count_row(42);
    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 timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...