/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:11:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&e[i]),e[i]*=50001;
                   ^
/in/foo.cc:13:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&a[i]),a[i]=a[i]*50001+50000-i;
                   ^
/in/foo.cc:29:34: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
   printf("%d ",50001-(l/10)%50001);
                                  ^
# 状态 耗时 内存占用
#1 Accepted 4ms 360.0 KiB
#2 Accepted 3ms 216.0 KiB
#3 Accepted 4ms 380.0 KiB
#4 Accepted 3ms 384.0 KiB
#5 Accepted 3ms 216.0 KiB
#6 Accepted 15ms 768.0 KiB
#7 Accepted 17ms 852.0 KiB
#8 Accepted 20ms 1000.0 KiB
#9 Accepted 15ms 1.094 MiB
#10 Accepted 20ms 1.125 MiB

信息

递交者
类型
递交
题目
P1282 佳佳的魔法照片
语言
C++
递交时间
2018-01-17 20:52:58
评测时间
2018-01-17 20:52:58
评测机
分数
100
总耗时
109ms
峰值内存
1.125 MiB