Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:60:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&a,&b); ^ /in/foo.cc:60:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:66:48: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] for (rint i=1;i<=maxd;i++) printf("%d ",ans[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1308 埃及分数
- 语言
- C++
- 递交时间
- 2018-01-11 19:10:15
- 评测时间
- 2018-01-11 19:10:15
- 评测机
- 分数
- 70
- 总耗时
- 493ms
- 峰值内存
- 1.875 MiB