Problem | guessproblem2 |
---|---|
User | bribritt |
Submission Time | 2023-03-31 06:47:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
guessproblem2.cpp: In function ‘int main()’:
guessproblem2.cpp:6:2: error: ‘assert’ was not declared in this scope
6 | assert*A == 176620);
| ^~~~~~
guessproblem2.cpp:2:1: note: ‘assert’ is defined in header ‘<cassert>’; did you forget to ‘#include <cassert>’?
1 | #include <bits/stdc++.h>
+++ |+#include <cassert>
2 | using namespace std;