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;
             ~~~~~~~~~~~~~^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 丑数
 - 语言
 - C++
 - 递交时间
 - 2018-06-02 00:38:32
 - 评测时间
 - 2018-06-02 00:38:32
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 63ms
 - 峰值内存
 - 1.48 MiB