/ new_bzoj /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:19:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
     scanf("%d",&n);
                  ^
/in/foo.cc:24:26: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
         scanf("%d",&zj[i]);
                          ^
/in/foo.cc:28:26: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
         scanf("%d",&en[i]);
                          ^
/in/foo.cc:59:21: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
     printf("%d ",ans);
                     ^
/in/foo.cc:86:24: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
     printf("%d",2*n-ans);
                        ^
# 状态 耗时 内存占用
#1 Accepted 4ms 336.0 KiB
#2 Accepted 44ms 1.785 MiB
#3 Accepted 55ms 1.777 MiB
#4 Accepted 58ms 1.875 MiB
#5 Accepted 44ms 1.75 MiB
#6 Accepted 3ms 344.0 KiB
#7 Accepted 3ms 384.0 KiB
#8 Accepted 2ms 256.0 KiB
#9 Accepted 2ms 408.0 KiB
#10 Accepted 3ms 372.0 KiB

信息

递交者
类型
递交
题目
泡泡堂BNB
语言
C++
递交时间
2018-02-23 19:41:03
评测时间
2018-02-23 19:41:03
评测机
分数
100
总耗时
222ms
峰值内存
1.875 MiB