제출 #7127

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