| Problem | exam |
|---|---|
| User | Zubair |
| Submission Time | 2026-06-22 15:37:54 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:7:21: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
7 | if (!(cin >> n)) return 0;
| ^
| yn
exam.cpp:9:9: error: ‘n’ was not declared in this scope; did you mean ‘yn’?
9 | if (n == 1) {
| ^
| yn
exam.cpp:14:31: error: ‘here’ was not declared in this scope
14 | cout << a * b << endl;here
| ^~~~
exam.cpp:16:1: error: expected ‘}’ at end of input
16 | }
| ^
exam.cpp:5:16: note: to match this ‘{’
5 | signed main() {
| ^