Problem | strawberry |
---|---|
User | PlayVoltz |
Submission Time | 2024-02-07 16:14:54 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
strawberry.cpp: In function ‘int32_t main()’:
strawberry.cpp:81:2: error: ‘assert’ was not declared in this scope
81 | assert(pos[0]==0);
| ^~~~~~
strawberry.cpp:17:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
16 | #include <iomanip>
+++ |+#include <cassert>
17 | using namespace std;