记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
               ^
/in/foo.cc:21:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
   scanf("%d",&a[i]);
                   ^
# 状态 耗时 内存占用
#1 Accepted 2ms 4.34 MiB
#2 Accepted 3ms 4.25 MiB
#3 Accepted 6ms 4.25 MiB
#4 Accepted 15ms 4.34 MiB
#5 Accepted 13ms 6.309 MiB
#6 Accepted 32ms 4.375 MiB
#7 Accepted 43ms 4.375 MiB
#8 Accepted 35ms 4.25 MiB
#9 Accepted 40ms 5.0 MiB
#10 Accepted 54ms 5.953 MiB

信息

递交者
类型
递交
题目
A-B Problem
语言
C++
递交时间
2017-08-24 10:54:19
评测时间
2017-08-24 10:54:19
评测机
分数
100
总耗时
249ms
峰值内存
6.309 MiB