/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In member function 'void big::pt()':
/in/foo.cc:75:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for (i=len-1;i;i--)printf("%08lld",a[i]); printf("\n");
   ^~~
/in/foo.cc:75:45: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for (i=len-1;i;i--)printf("%08lld",a[i]); printf("\n");
                                             ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:131:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (mm%3==1)res.de();if (mm%3==0)res.jia();
   ^~
/in/foo.cc:131:24: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if (mm%3==1)res.de();if (mm%3==0)res.jia();
                        ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 256.0 KiB
#2 Accepted 6ms 2.125 MiB
#3 Accepted 8ms 2.125 MiB
#4 Accepted 8ms 2.125 MiB
#5 Accepted 8ms 1.223 MiB
#6 Wrong Answer 10ms 2.25 MiB
#7 Wrong Answer 61ms 2.125 MiB
#8 Wrong Answer 63ms 2.215 MiB
#9 Wrong Answer 394ms 2.125 MiB
#10 Wrong Answer 462ms 2.215 MiB

信息

递交者
类型
递交
题目
P1472 教主的集合序列
语言
C++
递交时间
2017-11-07 18:40:56
评测时间
2017-11-07 18:40:56
评测机
分数
50
总耗时
1028ms
峰值内存
2.25 MiB