0_0_39756334_22350.cpp: In function 'int main()':
0_0_39756334_22350.cpp:1:14: error: 'assert' was not declared in this scope
1 | int main() { assert(0); }
| ^~~~~~
0_0_39756334_22350.cpp:1:1: note: 'assert' is defined in header '<cassert>'; did you forget to '#include <cassert>'?
+++ |+#include <cassert>
1 | int main() { assert(0); }
|