/ SUOI /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:53:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
         for(int i=0;i<=m;i++) b[i]=read(); NTT(b,1);
         ^~~
/in/foo.cc:53:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
         for(int i=0;i<=m;i++) b[i]=read(); NTT(b,1);
                                            ^~~
/in/foo.cc:57:5: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
     for(int i=0;i<=m1;i++) printf("%d ",a[i]); puts("");
     ^~~
/in/foo.cc:57:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
     for(int i=0;i<=m1;i++) printf("%d ",a[i]); puts("");
                                                ^~~~
# 状态 耗时 内存占用
#1 Accepted 1206ms 24.25 MiB
#2 Accepted 1303ms 24.344 MiB
#3 Accepted 1302ms 24.254 MiB
#4 Accepted 1119ms 24.25 MiB
#5 Accepted 1000ms 24.25 MiB
#6 Accepted 1188ms 24.375 MiB
#7 Accepted 1172ms 24.25 MiB
#8 Accepted 1152ms 24.375 MiB
#9 Accepted 970ms 24.25 MiB
#10 Accepted 1006ms 24.332 MiB
#11 Accepted 1000ms 24.25 MiB
#12 Accepted 993ms 24.25 MiB
#13 Accepted 990ms 24.32 MiB
#14 Accepted 1033ms 24.328 MiB
#15 Accepted 1212ms 24.457 MiB
#16 Accepted 991ms 24.25 MiB
#17 Accepted 1473ms 24.375 MiB
#18 Accepted 1379ms 24.25 MiB
#19 Accepted 1401ms 24.332 MiB
#20 Accepted 1216ms 24.484 MiB

信息

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