|  | 
|  | 
| вернуться в форум | Why have I always got WA on #1 ? (python) Послано OIdiot  4 янв 2015 18:25N=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".
 | 
 | 
|