记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:7:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
               ^
/in/foo.cc:9:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
    scanf("%d",&a[i]);
                    ^
# 状态 耗时 内存占用
#1 Accepted 3ms 4.352 MiB
#2 Accepted 3ms 4.25 MiB
#3 Accepted 5ms 4.25 MiB
#4 Accepted 17ms 4.375 MiB
#5 Accepted 15ms 6.375 MiB
#6 Accepted 23ms 4.375 MiB
#7 Accepted 32ms 4.309 MiB
#8 Accepted 26ms 5.0 MiB
#9 Accepted 41ms 5.328 MiB
#10 Accepted 44ms 6.086 MiB

信息

递交者
类型
递交
题目
A-B Problem
语言
C++
递交时间
2017-08-20 23:30:15
评测时间
2017-08-20 23:30:15
评测机
分数
100
总耗时
215ms
峰值内存
6.375 MiB