이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
#include "planet.h"
#define BUCKET 66
void ainta()
{
int i,j;
for(i=0;i<BUCKET;i++)paint(i,0);
for(j=1;j<BUCKET;j++)paint(0,j);
}
void sangsoo()
{
int x,y,z=0;
int i,j,k;
for(i=0;i<BUCKET;i++)count_row(0);
for(i=0;!(k=count_row(i%2222));i+=BUCKET)z++;
if(k==0)j=i;
else
{
for(j=i+1;(k=count_row(j%2222))==1;j++)z++;
if(k==0)for(j=i+2221;(k=count_row(j%2222))==1;j+=2221)z++;
}
x=j;
while(++z<BUCKET)count_col(0);
for(i=0;!(k=count_col(i%2222));i+=BUCKET);
if(k==0)j=i;
else
{
for(j=i+1;(k=count_col(j%2222))==1;j++);
if(k==0)for(j=i+2221;(k=count_col(j%2222))==1;j+=2221);
}
y=j;
report(x,y);
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |