记录详情

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=]
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Accepted 1ms 376.0 KiB
#3 Accepted 1ms 332.0 KiB
#4 Accepted 1ms 340.0 KiB
#5 Accepted 1ms 376.0 KiB

信息

递交者
类型
递交
题目
1002 反向输出一个三位数
语言
C++
递交时间
2024-07-09 19:38:38
评测时间
2024-07-09 19:38:38
评测机
分数
100
总耗时
6ms
峰值内存
376.0 KiB