| Problem | exam |
|---|---|
| User | key678 |
| Submission Time | 2026-06-22 15:45:08 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:16: error: expected ‘;’ before ‘cout’
12 | cin >> a >> b
| ^
| ;
13 | cout << a * b ;
| ~~~~
exam.cpp:15:10: error: expected ‘}’ at end of input
15 | return 0;
| ^
exam.cpp:5:15: note: to match this ‘{’
5 | signed main (){
| ^