Problem nostatement
User hmm
Submission Time 2023-01-02 21:02:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

guessproblem.cpp: In function ‘int main()’:
guessproblem.cpp:25:3: error: ‘assert’ was not declared in this scope
25 | assert(n <= 1000000000000LL);
| ^~~~~~
guessproblem.cpp:7:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
6 | #include <cstdlib>
+++ |+#include <cassert>
7 | using namespace std;