/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:44:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=1;i<=n;i++)f[i]=INF;f[0]=0;
     ^~~
/in/foo.cc:44:35: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i=1;i<=n;i++)f[i]=INF;f[0]=0;
                                   ^
# 状态 耗时 内存占用
#1 Accepted 1ms 364.0 KiB
#2 Accepted 1ms 416.0 KiB
#3 Accepted 3ms 484.0 KiB
#4 Accepted 7ms 788.0 KiB
#5 Accepted 29ms 1.926 MiB
#6 Accepted 25ms 1.926 MiB
#7 Accepted 29ms 1.93 MiB
#8 Accepted 23ms 1.727 MiB
#9 Accepted 11ms 1004.0 KiB
#10 Accepted 29ms 1.922 MiB

信息

递交者
类型
递交
题目
P1530 配对
语言
C++
递交时间
2024-11-09 15:11:55
评测时间
2024-11-09 15:11:55
评测机
分数
100
总耗时
162ms
峰值内存
1.93 MiB