Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:55:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&t); ^ /in/foo.cc:57:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d%d",&n,&m); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1949 约数个数和
- 语言
- C++
- 递交时间
- 2017-03-20 21:51:54
- 评测时间
- 2017-03-20 21:51:54
- 评测机
- 分数
- 100
- 总耗时
- 1350ms
- 峰值内存
- 1.125 MiB