/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:68:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 1; i < cnt; i++) printf("%d ", ans[i]); printf("%d\n", ans[cnt]);
     ^~~
/in/foo.cc:68:57: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i = 1; i < cnt; i++) printf("%d ", ans[i]); printf("%d\n", ans[cnt]);
                                                         ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 6.266 MiB
#2 Accepted 6ms 4.336 MiB
#3 Accepted 9ms 4.375 MiB
#4 Accepted 377ms 44.375 MiB
#5 Accepted 332ms 41.438 MiB
#6 Accepted 363ms 43.25 MiB
#7 Accepted 2182ms 238.828 MiB
#8 Accepted 2291ms 238.875 MiB
#9 Accepted 2222ms 238.875 MiB
#10 Accepted 2246ms 238.961 MiB

信息

递交者
类型
递交
题目
P1867 随机数生成器
语言
C++
递交时间
2017-07-02 13:19:14
评测时间
2017-07-02 13:19:14
评测机
分数
100
总耗时
10034ms
峰值内存
238.961 MiB