/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:5: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
     while(f[i][l + 1]) l++; f[i][0] = l;
     ^~~~~
/in/foo.cc:24:29: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
     while(f[i][l + 1]) l++; f[i][0] = l;
                             ^
# 状态 耗时 内存占用
#1 Runtime Error 0ms 128.0 KiB
#2 Runtime Error 0ms 128.0 KiB
#3 Runtime Error 0ms 128.0 KiB

信息

递交者
类型
递交
题目
P1136 数的计数(加强版)
语言
C++
递交时间
2019-06-15 16:52:04
评测时间
2019-06-15 16:52:04
评测机
分数
0
总耗时
1ms
峰值内存
128.0 KiB