/ 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=]
/in/foo.cc:59:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",ans);
                 ^
# 状态 耗时 内存占用
#1 Runtime Error 1ms 424.0 KiB
#2 Runtime Error 1ms 408.0 KiB
#3 Runtime Error 4ms 680.0 KiB
#4 Runtime Error 2ms 464.0 KiB
#5 Runtime Error 5ms 876.0 KiB
#6 Runtime Error 5ms 848.0 KiB
#7 Runtime Error 2ms 536.0 KiB
#8 Runtime Error 2ms 532.0 KiB
#9 Runtime Error 2ms 528.0 KiB
#10 Runtime Error 6ms 1008.0 KiB

信息

递交者
类型
递交
题目
P1579 宿命的PSS
语言
C++
递交时间
2024-06-06 16:01:14
评测时间
2024-06-06 16:01:14
评测机
分数
0
总耗时
35ms
峰值内存
1008.0 KiB