/ new_bzoj /

记录详情

Accepted

/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 Accepted 3ms 576.0 KiB

信息

递交者
类型
自测
题目
明明的烦恼
语言
C++
递交时间
2017-08-24 13:20:25
评测时间
2017-08-24 13:20:25
评测机
分数
10
总耗时
3ms
峰值内存
576.0 KiB