| Problem | exam |
|---|---|
| User | icecream |
| Submission Time | 2026-06-22 15:31:21 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:9:10: error: ‘b’ was not declared in this scope
9 | cin >> b ,c;
| ^
exam.cpp:9:13: error: ‘c’ was not declared in this scope
9 | cin >> b ,c;
| ^
exam.cpp:11:2: error: expected ‘}’ before ‘else’
11 | else {
| ^~~~
exam.cpp:8:13: note: to match this ‘{’
8 | if(a == 2) {
| ^
exam.cpp:12:24: error: expected ‘;’ before ‘return’
12 | cout << "Hello World"
| ^
| ;
13 | return 0;
| ~~~~~~
exam.cpp:15:1: error: expected ‘}’ at end of input
15 | }
| ^
exam.cpp:5:15: note: to match this ‘{’
5 | signed main() {
| ^