/ NutOJ /

记录详情

Wrong Answer

/in/foo.cc:11:32: warning: overflow in implicit constant conversion [-Woverflow]
 const long long inf = pow(2,63)-1;
                       ~~~~~~~~~^~
/in/foo.cc: In function 'void read(T&)':
/in/foo.cc:28:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while (ch=getchar(),ch<48 || 57<ch) fl^=!(ch^45); x=(ch&15);
     ^~~~~
/in/foo.cc:28:55: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while (ch=getchar(),ch<48 || 57<ch) fl^=!(ch^45); x=(ch&15);
                                                       ^
# 状态 耗时 内存占用
#1 Accepted 5ms 4.5 MiB
#2 Accepted 4ms 2.375 MiB
#3 Accepted 5ms 2.367 MiB
#4 Accepted 67ms 5.566 MiB
#5 Accepted 60ms 5.836 MiB
#6 Wrong Answer 63ms 5.727 MiB
#7 Wrong Answer 62ms 5.734 MiB
#8 Wrong Answer 61ms 5.938 MiB
#9 Wrong Answer 56ms 5.824 MiB
#10 Wrong Answer 51ms 5.883 MiB

信息

递交者
类型
递交
语言
C++
递交时间
2018-10-10 20:25:46
评测时间
2018-10-10 20:25:46
评测机
分数
50
总耗时
439ms
峰值内存
5.938 MiB