/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In member function 'void bign::print()':
/in/foo.cc:13: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:13: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:217:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  LL n;scanf("%d",&n);
                    ^
# 状态 耗时 内存占用
#1 Accepted 4ms 592.0 KiB

信息

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