Wrong Answer
/in/foo.c: In function 'main':
/in/foo.c:34:57: warning: format '%d' expects a matching 'int' argument [-Wformat=]
34 | printf("%d %d %d %d %d %d\n",e,d,c,b,a);
| ~^
| |
| int
/in/foo.c:35:57: warning: format '%d' expects a matching 'int' argument [-Wformat=]
35 | printf("%d %d %d %d %d %d\n",a,b,c,d,e);
| ~^
| |
| int
信息
- 递交者
- 类型
- 自测
- 语言
- C
- 递交时间
- 2025-11-20 14:51:47
- 评测时间
- 2025-11-20 14:51:47
- 评测机
- 分数
- 0
- 总耗时
- 1ms
- 峰值内存
- 284.0 KiB