Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:5:28: warning: format '%c' expects argument of type 'char*', but argument 2 has type 'int*' [-Wformat=] scanf("%c%c%c",&a,&b,&c); ^ /in/foo.cc:5:28: warning: format '%c' expects argument of type 'char*', but argument 3 has type 'int*' [-Wformat=] /in/foo.cc:5:28: warning: format '%c' expects argument of type 'char*', but argument 4 has type 'int*' [-Wformat=]
信息
- 递交者
- 类型
- 递交
- 题目
- 1002 反向输出一个三位数
- 语言
- C++
- 递交时间
- 2024-07-09 19:38:38
- 评测时间
- 2024-07-09 19:38:38
- 评测机
- 分数
- 100
- 总耗时
- 6ms
- 峰值内存
- 376.0 KiB