/ SUOI /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:50:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=0;i<=n1;i++) a[i]=read(); NTT(a,1);
     ^~~
/in/foo.cc:50:41: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i=0;i<=n1;i++) a[i]=read(); NTT(a,1);
                                         ^~~
/in/foo.cc:54:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int i=0;i<=m1[k];i++) b[i]=read(); NTT(b,1);
         ^~~
/in/foo.cc:54:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(int i=0;i<=m1[k];i++) b[i]=read(); NTT(b,1);
                                                ^~~
/in/foo.cc:58:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=0;i<=m;i++) printf("%d ",a[i]); puts("");
     ^~~
/in/foo.cc:58:47: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i=0;i<=m;i++) printf("%d ",a[i]); puts("");
                                               ^~~~
# 状态 耗时 内存占用
#1 Runtime Error 13ms 8.125 MiB
#2 Runtime Error 20ms 9.125 MiB
#3 Runtime Error 25ms 9.109 MiB
#4 Runtime Error 12ms 9.375 MiB
#5 Runtime Error 15ms 8.082 MiB
#6 Runtime Error 29ms 8.199 MiB
#7 Runtime Error 31ms 8.375 MiB
#8 Runtime Error 24ms 9.0 MiB
#9 Runtime Error 10ms 8.75 MiB
#10 Runtime Error 13ms 8.074 MiB
#11 Runtime Error 13ms 8.125 MiB
#12 Runtime Error 8ms 8.5 MiB
#13 Runtime Error 12ms 9.5 MiB
#14 Runtime Error 9ms 8.375 MiB
#15 Runtime Error 16ms 9.625 MiB
#16 Runtime Error 14ms 9.582 MiB
#17 Runtime Error 13ms 8.059 MiB
#18 Runtime Error 12ms 9.309 MiB
#19 Runtime Error 11ms 8.109 MiB
#20 Runtime Error 8ms 8.973 MiB

信息

递交者
类型
递交
题目
#51 XYXY宏
语言
C++
递交时间
2018-07-19 19:34:28
评测时间
2018-07-19 19:34:28
评测机
分数
0
总耗时
320ms
峰值内存
9.625 MiB