|
|
back to boardWhy have I always got WA on #1 ? (python) Posted by OIdiot 4 Jan 2015 18:25 N=input() ans=2 print ans for i in range(0,N): ans=(ans-1)*ans+1 print ans It returns correct answer on my PC,but gets WA when submitted. Re: Why have I always got WA on #1 ? (python) Well, there is only one test in check system. And it is: 18 I don't know why first test isn't "2". |
|
|