/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int j=1;j<=i/2;j++)
   ^~~
/in/foo.cc:11:4: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
    a[i]++;
    ^
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 2ms 352.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 3ms 328.0 KiB
#5 Accepted 2ms 344.0 KiB

信息

递交者
类型
递交
题目
P1130 数的计数
语言
C++
递交时间
2017-07-17 15:31:53
评测时间
2017-07-17 15:31:53
评测机
分数
50
总耗时
15ms
峰值内存
352.0 KiB