| 
 | 
back to boardWA15 with C++ but AC with Python I used C++11 with long long type, still cannot pass #15. After changing my code to python 2.7, I got the AC. Since the input range is [-2000000000,2000000000], long long type should not suffer from overflow. Then what's the reason of WA 15?  |  
  | 
|