Problem trapezes
User PlayVoltz
Submission Time 2023-12-30 08:18:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

trapezes.cpp: In function ‘int32_t main()’:
trapezes.cpp:42:3: error: ‘assert’ was not declared in this scope
42 | assert(vect[i]<=l);
| ^~~~~~
trapezes.cpp:18:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
17 | #include <cstring>
+++ |+#include <cassert>
18 | using namespace std;