|
|
back to board2 Admins Check submissions 2451465 2451467 2451474 Your system's answers: WA-14, AC, WA-13 In real these solutions give SAME answers on all tests. Please, answer me. And again about compilers Compiler for C++ = Intel C++ Compiler 7.0, which is adjusted to be compatible with Microsoft Visual Studio 7.0 Compiler for C# = Microsoft Visual C# 2008 version 3.5.30729.1 (.NET Framework 3.5) Why don't you use Microsoft Visual C++ 2008 ? I've already got a lot of troubles with this "adjusted to be compatible" compiler. Re: 2 Admins It is known issue for ICL 7.0: printf("%I64d\n", (long long)1e15); produces output 2147483647 Re: 2 Admins Thank you! =) Re: 2 Admins Hm... __int64 inf = floor(1e13); works OK but __int64 inf = 1e13; gets WA-13 Aaaa!!! What don't I know about reduction of types in C++ yet? :) |
|
|