/ Vijos /

记录详情

Accepted

/in/foo.cc:18:0: warning: "LONG_LONG_MIN" redefined
 #define LONG_LONG_MIN -9223372036854775808ll
 
In file included from /in/foo.cc:5:0:
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:152:0: note: this is the location of the previous definition
 # define LONG_LONG_MIN (-LONG_LONG_MAX - 1LL)
 
/in/foo.cc:19:0: warning: "LONG_LONG_MAX" redefined
 #define LONG_LONG_MAX 9223372036854775807ll
 
In file included from /in/foo.cc:5:0:
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:154:0: note: this is the location of the previous definition
 # define LONG_LONG_MAX __LONG_LONG_MAX__
 
/in/foo.cc: In function 'int main()':
/in/foo.cc:99:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
 for(int i = 0; i < a.size(); ++i){
                ~~^~~~~~~~~~
# 状态 耗时 内存占用
#1 Accepted 13ms 11.852 MiB
#2 Accepted 13ms 11.895 MiB
#3 Accepted 13ms 11.824 MiB
#4 Accepted 13ms 11.922 MiB
#5 Accepted 13ms 11.91 MiB
#6 Accepted 13ms 11.848 MiB
#7 Accepted 13ms 12.254 MiB
#8 Accepted 13ms 12.273 MiB
#9 Accepted 12ms 12.289 MiB
#10 Accepted 13ms 12.227 MiB
#11 Accepted 141ms 15.32 MiB
#12 Accepted 144ms 15.309 MiB
#13 Accepted 478ms 23.441 MiB
#14 Accepted 444ms 23.191 MiB
#15 Accepted 461ms 25.324 MiB
#16 Accepted 488ms 25.609 MiB
#17 Accepted 197ms 16.434 MiB
#18 Accepted 190ms 16.266 MiB
#19 Accepted 625ms 24.902 MiB
#20 Accepted 633ms 24.988 MiB

信息

递交者
类型
递交
题目
P2033 列队
语言
C++
递交时间
2021-12-19 13:10:17
评测时间
2021-12-19 13:10:47
评测机
分数
100
总耗时
3940ms
峰值内存
25.609 MiB