Accepted
/in/foo.cc:4:6: warning: ISO C++ forbids declaration of 'main' with no type [-Wreturn-type]
 main() 
      ^
/in/foo.cc: In function 'int main()':
/in/foo.cc:53:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
       printf("%05d", store[i]); 
                              ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 麦森数(mason)
 - 题目数据
 - 下载
 - 语言
 - C++
 - 递交时间
 - 2017-12-28 20:07:54
 - 评测时间
 - 2017-12-28 20:07:54
 - 评测机
 
- 分数
 - 100
 - 总耗时
 - 552ms
 - 峰值内存
 - 384.0 KiB