记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:14:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&a);
               ^
/in/foo.cc:18:29: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%ld%ld%ld",&x,&y,&z);
                             ^
/in/foo.cc:18:29: warning: format '%ld' expects argument of type 'long int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:18:29: warning: format '%ld' expects argument of type 'long int*', but argument 4 has type 'long long int*' [-Wformat=]
/in/foo.cc:22:18: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'long long int*' [-Wformat=]
    scanf("%ld",&b);
                  ^
/in/foo.cc:31:24: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'long long int' [-Wformat=]
     printf("%ld\n",n[t]);
                        ^
# 状态 耗时 内存占用
#1 Accepted 1ms 376.0 KiB
#2 Accepted 1ms 332.0 KiB
#3 Accepted 1ms 412.0 KiB
#4 Accepted 1ms 328.0 KiB
#5 Accepted 1ms 376.0 KiB
#6 Accepted 1ms 376.0 KiB
#7 Accepted 1ms 356.0 KiB
#8 Wrong Answer 14ms 424.0 KiB
#9 Wrong Answer 14ms 424.0 KiB
#10 Wrong Answer 14ms 424.0 KiB

信息

递交者
类型
递交
题目
P1504 Problem 2A.拆弹专家
语言
C++
递交时间
2024-10-05 23:33:24
评测时间
2024-10-05 23:33:24
评测机
分数
70
总耗时
56ms
峰值内存
424.0 KiB