Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:26:18: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d",a+2); ~~~^ /in/foo.cc:33:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d",i); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2025 欧拉函数
- 比赛
- 金秋重聚模拟赛
- 语言
- C++
- 递交时间
- 2017-10-07 19:51:44
- 评测时间
- 2017-10-07 19:51:44
- 评测机
- 分数
- 0
- 总耗时
- 19ms
- 峰值内存
- 496.0 KiB