记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:29:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
               ^
/in/foo.cc:32:38: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   int a,b,c;scanf("%d %d %d",&a,&b,&c);
                                      ^
/in/foo.cc:32:38: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:32:38: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Runtime Error 2ms 1.973 MiB
#2 Runtime Error 2ms 1.953 MiB
#3 Runtime Error 29ms 4.25 MiB
#4 Runtime Error 13ms 3.109 MiB
#5 Runtime Error 56ms 6.492 MiB

信息

递交者
类型
递交
题目
P1002 节点距离
语言
C++
递交时间
2024-09-06 22:40:53
评测时间
2024-09-06 22:40:53
评测机
分数
0
总耗时
105ms
峰值内存
6.492 MiB