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()
{
int i,j;
paint(0,0);
for(i=1;i<98;i++)paint(2222-i,2222-i);
for(j=0;j<3;j++)paint(2221-j,0);
for(i=1;i<3;i++)for(j=i;j<3;j++)paint(2221-j,2222-i);
}
void sangsoo()
{
int x=0,y=0,z=0;
int i=-1,j=-1,k,t=0;
while(1)
{
if(x+z>=2221)
{
i=x+z;
break;
}
z++;
if(count_row(x))
{
i=x+z-1;
break;
}
x+=z;
}
if(i>2221)i=2221;
while(x<i)
{
k=(x+i+1)/2;
z++;
if(count_row(k))x=k;
else i=k-1;
}
if(j<0)
{
while(1)
{
if(y+z>=2221)
{
j=y+z;
break;
}
z++;
if(t=count_col(y))
{
j=y+z-1;
break;
}
y+=z;
}
}
if(t<=1)
{
if(j>2221)j=2221;
while(y<j)
{
k=(y+j+1)/2;
z++;
if(t=count_col(k))
{
y=k;
if(t>1)break;
}
else j=k-1;
}
}
if(t==2&&z>=102)y++;
if(t==3&&z>=103)y++;
if(t==2&&z>=104)y++;
report(x,y);
}
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |
# | Verdict | Execution time | Memory | Grader output |
---|
Fetching results... |