Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:25:33: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=] read(a[i]),printf("%ld\n",a[i]); ^ /in/foo.cc:30:22: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=] printf("%ld\n",b[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1849 宇宙微波接收器
- 语言
- C++
- 递交时间
- 2024-07-26 10:37:15
- 评测时间
- 2024-07-26 10:37:15
- 评测机
- 分数
- 100
- 总耗时
- 319ms
- 峰值内存
- 7.371 MiB