/ Vijos /

记录详情

Accepted

foo.cc:18:0: warning: "LONG_LONG_MIN" redefined
 #define LONG_LONG_MIN -9223372036854775808ll
 
In file included from foo.cc:5:0:
/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:152:0: note: this is the location of the previous definition
 # define LONG_LONG_MIN (-LONG_LONG_MAX - 1LL)
 
foo.cc:19:0: warning: "LONG_LONG_MAX" redefined
 #define LONG_LONG_MAX 9223372036854775807ll
 
In file included from foo.cc:5:0:
/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed/limits.h:154:0: note: this is the location of the previous definition
 # define LONG_LONG_MAX __LONG_LONG_MAX__
 
foo.cc: In function 'int main()':
foo.cc:99:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 for(int i = 0; i < a.size(); ++i){
                ~~^~~~~~~~~~
foo.cc:68:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d%d",&n,&m,&q); len = n;
 ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:70:6: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
 scanf("%d%d",&g[i].x,&g[i].y);
 ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 13ms 11.934 MiB
#2 Accepted 12ms 11.898 MiB
#3 Accepted 13ms 11.898 MiB
#4 Accepted 13ms 11.926 MiB
#5 Accepted 12ms 11.922 MiB
#6 Accepted 12ms 11.93 MiB
#7 Accepted 16ms 12.152 MiB
#8 Accepted 17ms 12.254 MiB
#9 Accepted 12ms 12.262 MiB
#10 Accepted 12ms 12.242 MiB
#11 Accepted 119ms 15.332 MiB
#12 Accepted 119ms 15.277 MiB
#13 Accepted 417ms 23.488 MiB
#14 Accepted 399ms 23.191 MiB
#15 Accepted 404ms 25.273 MiB
#16 Accepted 431ms 25.516 MiB
#17 Accepted 163ms 16.422 MiB
#18 Accepted 156ms 16.293 MiB
#19 Accepted 566ms 24.902 MiB
#20 Accepted 574ms 24.914 MiB

信息

递交者
类型
递交
题目
P2033 列队
语言
C++
递交时间
2021-08-05 09:37:58
评测时间
2021-08-05 09:37:58
评测机
分数
100
总耗时
3489ms
峰值内存
25.516 MiB