/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:34:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
     scanf("%d%lld",&n,&T);
                         ^
/in/foo.cc:36:29: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
         scanf("%d",&a[2*i-1]);
                             ^
/in/foo.cc:39:28: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
         printf("%d ",a[i],i);
                            ^
/in/foo.cc:39:28: warning: too many arguments for format [-Wformat-extra-args]
# 状态 耗时 内存占用
#1 Accepted 2ms 2.211 MiB
#2 Accepted 2ms 2.305 MiB
#3 Accepted 2ms 2.207 MiB
#4 Accepted 115ms 3.312 MiB
#5 Accepted 156ms 2.73 MiB
#6 Accepted 126ms 3.414 MiB
#7 Accepted 160ms 2.68 MiB
#8 Accepted 113ms 3.141 MiB
#9 Accepted 132ms 2.625 MiB

信息

递交者
类型
递交
题目
P1554 硬币游戏
语言
C++
递交时间
2019-06-22 16:40:07
评测时间
2019-06-22 16:40:07
评测机
分数
90
总耗时
814ms
峰值内存
3.414 MiB