Problem | veryeasymath |
---|---|
User | chenweilian |
Submission Time | 2024-10-30 11:55:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
veryeasymath.cpp: In function ‘int main()’:
veryeasymath.cpp:72:9: error: ‘assert’ was not declared in this scope
72 | assert(s.size() < 100);
| ^~~~~~
veryeasymath.cpp:13:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
12 | #include <iomanip>
+++ |+#include <cassert>
13 | using namespace std;