记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:6:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
               ^
/in/foo.cc:8:19: 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.375 MiB
#2 Accepted 2ms 4.25 MiB
#3 Accepted 5ms 4.348 MiB
#4 Accepted 14ms 4.293 MiB
#5 Accepted 14ms 4.316 MiB
#6 Accepted 25ms 4.875 MiB
#7 Accepted 36ms 4.297 MiB
#8 Accepted 29ms 4.414 MiB
#9 Accepted 38ms 5.375 MiB
#10 Accepted 55ms 5.098 MiB

信息

递交者
类型
递交
题目
A-B Problem
语言
C++
递交时间
2017-08-21 11:12:34
评测时间
2017-08-21 11:12:34
评测机
分数
100
总耗时
225ms
峰值内存
5.375 MiB