/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:14:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while ((c = getchar()) == ' ' || c == '\n' || c == '\r');
     ^~~~~
/in/foo.cc:15:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'while'
         if (c == '-') flag = true;
         ^~
# 状态 耗时 内存占用
#1 Accepted 1ms 204.0 KiB
#2 Accepted 1ms 188.0 KiB
#3 Accepted 1ms 316.0 KiB
#4 Accepted 1ms 204.0 KiB
#5 Accepted 1ms 188.0 KiB
#6 Accepted 7ms 440.0 KiB
#7 Accepted 8ms 460.0 KiB
#8 Accepted 9ms 444.0 KiB
#9 Accepted 9ms 444.0 KiB
#10 Accepted 6ms 460.0 KiB

信息

递交者
类型
递交
题目
P1981 跳石头
语言
C++
递交时间
2018-11-08 21:37:36
评测时间
2018-11-08 21:37:36
评测机
分数
100
总耗时
50ms
峰值内存
460.0 KiB