/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'LL getLL()':
/in/foo.cc:42:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if(c=='-') q=1,c=getchar(); while (c>='0'&&c<='9') w=w*10+c-'0',c=getchar(); return q?-w:w;
     ^~
/in/foo.cc:42:33: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
     if(c=='-') q=1,c=getchar(); while (c>='0'&&c<='9') w=w*10+c-'0',c=getchar(); return q?-w:w;
                                 ^~~~~
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 1ms 368.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 1ms 384.0 KiB
#5 Accepted 3ms 384.0 KiB
#6 Accepted 3ms 352.0 KiB
#7 Accepted 2ms 256.0 KiB
#8 Accepted 3ms 364.0 KiB
#9 Accepted 3ms 256.0 KiB
#10 Accepted 3ms 256.0 KiB
#11 Accepted 3ms 364.0 KiB
#12 Accepted 2ms 356.0 KiB
#13 Accepted 3ms 376.0 KiB
#14 Accepted 3ms 384.0 KiB
#15 Accepted 2ms 384.0 KiB
#16 Accepted 2ms 384.0 KiB
#17 Accepted 2ms 384.0 KiB
#18 Wrong Answer 2ms 368.0 KiB
#19 Wrong Answer 3ms 476.0 KiB
#20 Wrong Answer 2ms 256.0 KiB

信息

递交者
类型
递交
题目
P1725 随机数生成器
语言
C++
递交时间
2017-05-28 17:39:56
评测时间
2017-05-28 17:39:57
评测机
分数
85
总耗时
57ms
峰值内存
476.0 KiB