Problem | helloworld |
---|---|
User | Elnathan |
Submission Time | 2024-01-16 23:46:08 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
helloworld.cpp: In function ‘int main()’:
helloworld.cpp:1:8: error: ‘assert’ was not declared in this scope
1 | main(){assert(false);}
| ^~~~~~
helloworld.cpp:1:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
+++ |+#include <cassert>
1 | main(){assert(false);}