/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:17:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&n,&k);
                    ^
/in/foo.cc:17:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:18:41: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  for(int i=1;i<=10;++i) scanf("%d",&e[i]);
                                         ^
# 状态 耗时 内存占用
#1 Accepted 3ms 372.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 4ms 384.0 KiB
#4 Accepted 3ms 348.0 KiB
#5 Accepted 3ms 256.0 KiB
#6 Accepted 16ms 724.0 KiB
#7 Accepted 26ms 648.0 KiB
#8 Accepted 26ms 768.0 KiB
#9 Accepted 22ms 876.0 KiB
#10 Accepted 30ms 1008.0 KiB

信息

递交者
类型
递交
题目
P1282 佳佳的魔法照片
语言
C++
递交时间
2018-05-25 20:00:00
评测时间
2018-05-25 20:00:00
评测机
分数
100
总耗时
141ms
峰值内存
1008.0 KiB