/ 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.875 MiB
#2 Accepted 14ms 11.809 MiB
#3 Accepted 14ms 11.914 MiB
#4 Accepted 14ms 11.828 MiB
#5 Accepted 14ms 11.914 MiB
#6 Accepted 14ms 11.914 MiB
#7 Accepted 14ms 12.262 MiB
#8 Accepted 14ms 12.262 MiB
#9 Accepted 14ms 12.293 MiB
#10 Accepted 14ms 12.262 MiB
#11 Accepted 147ms 15.324 MiB
#12 Accepted 146ms 15.316 MiB
#13 Accepted 480ms 23.426 MiB
#14 Accepted 455ms 23.188 MiB
#15 Accepted 465ms 25.34 MiB
#16 Accepted 492ms 25.598 MiB
#17 Accepted 196ms 16.426 MiB
#18 Accepted 192ms 16.262 MiB
#19 Accepted 624ms 24.906 MiB
#20 Accepted 621ms 24.953 MiB

信息

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