/ 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 22ms 16.367 MiB
#2 Runtime Error 28ms 16.23 MiB
#3 Runtime Error 45ms 16.078 MiB
#4 Runtime Error 34ms 17.0 MiB
#5 Runtime Error 47ms 16.125 MiB
#6 Runtime Error 38ms 16.375 MiB
#7 Runtime Error 47ms 16.5 MiB
#8 Runtime Error 35ms 15.82 MiB
#9 Runtime Error 14ms 17.0 MiB
#10 Runtime Error 19ms 16.5 MiB
#11 Runtime Error 12ms 16.336 MiB
#12 Runtime Error 16ms 16.457 MiB
#13 Runtime Error 22ms 15.875 MiB
#14 Runtime Error 14ms 16.336 MiB
#15 Runtime Error 13ms 17.492 MiB
#16 Runtime Error 19ms 15.824 MiB
#17 Runtime Error 13ms 17.0 MiB
#18 Runtime Error 23ms 16.875 MiB
#19 Runtime Error 20ms 17.125 MiB
#20 Runtime Error 13ms 15.953 MiB

信息

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