记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:159:15: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d",&n);
             ~~^
/in/foo.cc:161: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.199 MiB
#2 Accepted 2ms 4.184 MiB
#3 Accepted 3ms 4.309 MiB
#4 Accepted 10ms 6.199 MiB
#5 Accepted 9ms 4.184 MiB
#6 Accepted 17ms 4.184 MiB
#7 Accepted 27ms 4.195 MiB
#8 Accepted 23ms 6.191 MiB
#9 Accepted 38ms 5.059 MiB
#10 Accepted 47ms 4.824 MiB

信息

递交者
类型
递交
题目
A-B Problem
语言
C++
递交时间
2018-10-24 16:54:15
评测时间
2018-10-24 16:54:15
评测机
分数
100
总耗时
182ms
峰值内存
6.199 MiB