Accepted

/in/foo.cc:3:0: warning: "INT_MIN" redefined
 #define INT_MIN LONG_LONG_MIN
 
In file included from /usr/include/c++/6/climits:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:39,
                 from /in/foo.cc:1:
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:118:0: note: this is the location of the previous definition
 #define INT_MIN (-INT_MAX - 1)
 
/in/foo.cc:4:0: warning: "INT_MAX" redefined
 #define INT_MAX LONG_LONG_MAX
 
In file included from /usr/include/c++/6/climits:42:0,
                 from /usr/include/x86_64-linux-gnu/c++/6/bits/stdc++.h:39,
                 from /in/foo.cc:1:
/usr/lib/gcc/x86_64-linux-gnu/6/include-fixed/limits.h:120:0: note: this is the location of the previous definition
 #define INT_MAX __INT_MAX__
 
# 状态 耗时 内存占用
#1 Accepted 1ms 388.0 KiB
#2 Accepted 1ms 336.0 KiB
#3 Accepted 1ms 324.0 KiB
#4 Accepted 1ms 360.0 KiB
#5 Accepted 1ms 404.0 KiB
#6 Accepted 1ms 376.0 KiB
#7 Accepted 1ms 356.0 KiB
#8 Accepted 1ms 356.0 KiB
#9 Accepted 3ms 448.0 KiB
#10 Accepted 15ms 440.0 KiB

信息

递交者
类型
递交
题目
P2811 5级1小杨的武器 2024.9
比赛
2024CSP模拟赛4
语言
C++
递交时间
2024-10-20 09:42:05
评测时间
2024-10-20 09:42:05
评测机
分数
100
总耗时
30ms
峰值内存
448.0 KiB