/ 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:209:6: warning: unused variable 'sum' [-Wunused-variable]
  int sum=0;
      ^~~
# 状态 耗时 内存占用
#1 Wrong Answer 3ms 512.0 KiB
#2 Wrong Answer 11ms 584.0 KiB
#3 Wrong Answer 10ms 520.0 KiB
#4 Accepted 2ms 340.0 KiB
#5 Accepted 3ms 256.0 KiB
#6 Accepted 3ms 384.0 KiB
#7 Wrong Answer 3ms 452.0 KiB
#8 Accepted 3ms 384.0 KiB
#9 Wrong Answer 1ms 600.0 KiB
#10 Wrong Answer 6ms 628.0 KiB

信息

递交者
类型
递交
题目
树的计数
语言
C++
递交时间
2017-09-01 19:28:28
评测时间
2017-09-01 19:28:28
评测机
分数
40
总耗时
49ms
峰值内存
628.0 KiB