Problem ljubomora
User shoryu386
Submission Time 2024-03-24 21:36:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ljubomora.cpp: In function ‘std::pair<long long int, long long int> envy(ll, const std::vector<long long int>&, ll)’:
ljubomora.cpp:18:3: error: ‘assert’ was not declared in this scope
18 | assert(infCheck <= 300007);
| ^~~~~~
ljubomora.cpp:5:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
4 | #include <climits>
+++ |+#include <cassert>
5 | using namespace std;