Problem hypeboy
User PlayVoltz
Submission Time 2024-05-12 02:52:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

hypeboy.cpp: In function ‘long long int hype(long long int, long long int, long long int)’:
hypeboy.cpp:38:2: error: ‘assert’ was not declared in this scope
38 | assert(!vis[b][l][r]);
| ^~~~~~
hypeboy.cpp:21:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
20 | #include <numeric>
+++ |+#include <cassert>
21 | using namespace std;