/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:62:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 1; i < n; i ++) scanf("%d", &a[i]); a[m+1] = inf;
     ^~~
/in/foo.cc:62:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i = 1; i < n; i ++) scanf("%d", &a[i]); a[m+1] = inf;
                                                     ^
/in/foo.cc:63:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i = 1; i < n; i ++) scanf("%d", &b[i]); b[m+1] = inf;
     ^~~
/in/foo.cc:63:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i = 1; i < n; i ++) scanf("%d", &b[i]); b[m+1] = inf;
                                                     ^
# 状态 耗时 内存占用
#1 Wrong Answer 8ms 7.125 MiB
#2 Wrong Answer 6ms 7.125 MiB
#3 Wrong Answer 8ms 7.559 MiB
#4 Wrong Answer 8ms 7.137 MiB
#5 Wrong Answer 134ms 7.984 MiB
#6 Wrong Answer 136ms 7.777 MiB
#7 Wrong Answer 135ms 7.75 MiB
#8 Wrong Answer 120ms 7.75 MiB
#9 Wrong Answer 128ms 7.789 MiB
#10 Wrong Answer 102ms 7.852 MiB

信息

递交者
类型
递交
题目
P1950 道路修建
语言
C++
递交时间
2017-04-29 16:43:00
评测时间
2017-04-29 16:43:00
评测机
分数
0
总耗时
789ms
峰值内存
7.984 MiB