/ OK /

记录详情

Wrong Answer

foo.cpp: In function 'bool compare3(num, num)':
foo.cpp:77:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=a.len;i>=1;i--)
  ^~~
foo.cpp:79:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   return 1;
   ^~~~~~
foo.cpp: In function 'num operator*(num, num)':
foo.cpp:51:17: warning: 'y' may be used uninitialized in this function [-Wmaybe-uninitialized]
    t.data[t.len]=y;
    ~~~~~~~~~~~~~^~
# 状态 耗时 内存占用
#1 Wrong Answer 0ms 2.16 MiB
#2 Wrong Answer 0ms 2.156 MiB
#3 Wrong Answer 0ms 2.152 MiB
#4 Wrong Answer 0ms 2.156 MiB
#5 Wrong Answer 0ms 2.148 MiB
#6 Wrong Answer 0ms 2.156 MiB
#7 Wrong Answer 0ms 2.156 MiB
#8 Wrong Answer 0ms 2.156 MiB
#9 Wrong Answer 0ms 2.148 MiB
#10 Accepted 15ms 2.152 MiB

信息

递交者
类型
递交
题目
丑数
语言
C++
递交时间
2017-03-15 20:31:14
评测时间
2017-03-15 20:31:14
评测机
分数
10
总耗时
15ms
峰值内存
2.16 MiB