/ new_bzoj /

记录详情

Wrong Answer

/in/foo.cc: In member function 'void bign::print()':
/in/foo.cc:12:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(int i=len;i>=1;i--)printf("%lld",num[i]);printf("\n");
   ^~~
/in/foo.cc:12:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(int i=len;i>=1;i--)printf("%lld",num[i]);printf("\n");
                                                ^~~~~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:221:9: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
  if(n==1&&d[1]!=0||sum>n-2) return 0*printf("0");
     ~~~~^~~~~~~~~
# 状态 耗时 内存占用
#1 Wrong Answer 7ms 512.0 KiB
#2 Wrong Answer 11ms 600.0 KiB
#3 Wrong Answer 13ms 604.0 KiB
#4 Wrong Answer 15ms 512.0 KiB
#5 Wrong Answer 16ms 592.0 KiB
#6 Wrong Answer 27ms 588.0 KiB
#7 Wrong Answer 25ms 512.0 KiB
#8 Wrong Answer 24ms 512.0 KiB
#9 Wrong Answer 83ms 640.0 KiB

信息

递交者
类型
递交
题目
明明的烦恼
语言
C++
递交时间
2017-08-24 13:19:45
评测时间
2017-08-24 13:19:45
评测机
分数
0
总耗时
225ms
峰值内存
640.0 KiB