|
|
back to boardRe: WA#3 You will have WA 3 if you using scanf("%i", &n); //read integer number instead scanf("%d", &n); //read decimal integer number If you using "%i", then 012200 will be octal number =) Re: WA#3 Posted by ilia 17 Oct 2006 16:33 yes but I am using cin and cout |
|
|