|  | 
|  | 
| вернуться в форум | WA 29 Do you know what's the test 29?
 Edit: got the AC.
 
 Edited by author 03.07.2012 14:20
Re: WA 29 ALSO WA#29, what's the point?Re: WA 29 Use the Microsoft Visual C compiler or use the "int64_t" type with GCC.
 My program that used the "unsigned long long" type with GCC was getting WA 29. Exactly the same program, with the Visual C compiler got AC. After changing from "unsigned long long" to "int64_t", I got AC also with GCC. I don't understand why...
 | 
 | 
|