/ OK /

记录详情

Accepted

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

信息

递交者
类型
递交
题目
丑数
语言
C++
递交时间
2018-06-02 00:38:32
评测时间
2018-06-02 00:38:32
评测机
分数
100
总耗时
63ms
峰值内存
1.48 MiB