/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:32:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
               ^
/in/foo.cc:36:26: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d%d%d",&x,&y,&z);
                          ^
/in/foo.cc:36:26: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:36:26: warning: format '%d' expects argument of type 'int*', but argument 4 has type 'long long int*' [-Wformat=]
# 状态 耗时 内存占用
#1 Runtime Error 1ms 428.0 KiB
#2 Runtime Error 2ms 432.0 KiB

信息

递交者
类型
自测
题目
P1579 宿命的PSS
语言
C++
递交时间
2024-06-06 15:55:04
评测时间
2024-06-06 15:55:04
评测机
分数
0
总耗时
3ms
峰值内存
432.0 KiB