/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&totalW,&N);
                         ^
/in/foo.cc:17:25: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:21:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&a[i]);
                   ^
# 状态 耗时 内存占用
#1 Accepted 1ms 196.0 KiB
#2 Accepted 1ms 200.0 KiB
#3 Accepted 1ms 208.0 KiB
#4 Wrong Answer 1ms 332.0 KiB
#5 Accepted 2ms 460.0 KiB
#6 Accepted 1ms 204.0 KiB
#7 Accepted 1ms 204.0 KiB
#8 Accepted 1ms 328.0 KiB
#9 Accepted 1ms 336.0 KiB
#10 Accepted 1ms 192.0 KiB

信息

递交者
类型
递交
题目
P1071 新年趣事之打牌
语言
C++
递交时间
2020-01-31 16:47:27
评测时间
2020-01-31 16:47:27
评测机
分数
90
总耗时
15ms
峰值内存
460.0 KiB