记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:9:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
  scanf("%d%d",&n,&m);
                    ^
/in/foo.cc:9:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long int*' [-Wformat=]
/in/foo.cc:15:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long int*' [-Wformat=]
    scanf("%d",&a[i]);
                    ^
/in/foo.cc:26:16: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=]
  printf("%d",mm);
                ^
# 状态 耗时 内存占用
#1 Accepted 3ms 256.0 KiB
#2 Accepted 3ms 2.359 MiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 3ms 368.0 KiB
#5 Accepted 3ms 332.0 KiB
#6 Accepted 18ms 1.512 MiB
#7 Accepted 6ms 2.25 MiB
#8 Accepted 18ms 1.801 MiB
#9 Accepted 13ms 1.227 MiB
#10 Accepted 12ms 1.992 MiB

信息

递交者
类型
递交
题目
传递我的爱
比赛
Easy Round2
语言
C++
递交时间
2017-08-13 21:48:07
评测时间
2017-08-14 12:20:41
评测机
分数
100
总耗时
86ms
峰值内存
2.359 MiB