/ AKIOI OJ /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:20: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long long int' [-Wformat=]
     scanf("%lld", n);
                    ^
/in/foo.cc:20:40: warning: format '%lld' expects argument of type 'long long int*', but argument 2 has type 'long long int' [-Wformat=]
         scanf("%lld %lld %lld", a, b, c);
                                        ^
/in/foo.cc:20:40: warning: format '%lld' expects argument of type 'long long int*', but argument 3 has type 'long long int' [-Wformat=]
/in/foo.cc:20:40: warning: format '%lld' expects argument of type 'long long int*', but argument 4 has type 'long long int' [-Wformat=]
/in/foo.cc:20:41: warning: 'a' may be used uninitialized in this function [-Wmaybe-uninitialized]
         scanf("%lld %lld %lld", a, b, c);
                                         ^
/in/foo.cc:20:41: warning: 'b' may be used uninitialized in this function [-Wmaybe-uninitialized]
/in/foo.cc:20:41: warning: 'c' may be used uninitialized in this function [-Wmaybe-uninitialized]
# 状态 耗时 内存占用
#1 Runtime Error 3ms 284.0 KiB

信息

递交者
类型
自测
题目
P1000 AKIOI OJ 在线IDE
语言
C++
递交时间
2024-03-13 17:12:12
评测时间
2024-03-13 20:22:16
评测机
分数
0
总耗时
3ms
峰值内存
284.0 KiB