Re: 10220 - I Love Big Numbers !
Posted: Wed Oct 30, 2013 4:42 pm
It is so annoying...why this is like it????
int this problem: 10220 (I love big integers) it gives WA when i was using...
but it is AC when i changed it to scan until EOF. Be careful about that...
int this problem: 10220 (I love big integers) it gives WA when i was using...
Code: Select all
while(scanf("%d",&n)==1)
{
,,,
}