Problem sumo
User PlayVoltz
Submission Time 2024-02-27 23:03:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

sumo.cpp: In function ‘bool merge(long long int, long long int)’:
sumo.cpp:38:2: error: ‘assert’ was not declared in this scope
38 | assert(pa.se==dsu[a].se);
| ^~~~~~
sumo.cpp:18:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
17 | #include <numeric>
+++ |+#include <cassert>
18 | using namespace std;