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;
    ~~~~~~~~~~~~~^~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 丑数
 - 语言
 - C++
 - 递交时间
 - 2017-03-15 20:32:27
 - 评测时间
 - 2017-03-15 20:32:27
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 30ms
 - 峰值内存
 - 2.156 MiB