| Problem | exam |
|---|---|
| User | PeanutButter |
| Submission Time | 2025-03-07 14:44:45 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int32_t main()’:
exam.cpp:11:30: error: expected ‘;’ before ‘}’ token
11 | cout << "Hello World"
| ^
| ;
12 | }
| ~
exam.cpp:15:22: error: expected ‘;’ before ‘long’
15 | cin >> A >> B
| ^
| ;