Problem swords
User wezmaster
Submission Time 2023-11-13 20:57:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:18:22: error: ‘INT_MIN’ was not declared in this scope
18 | int maxDefence = INT_MIN;
| ^~~~~~~
swords.cpp:4:1: note: ‘INT_MIN’ is defined in header ‘<climits>’; did you forget to ‘#include <climits>’?
3 | #include <algorithm>
+++ |+#include <climits>
4 |