Problem | exam |
---|---|
User | H2510152 |
Submission Time | 2025-05-06 21:18:01 |
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 << endl;
| ~~~~
exam.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^