Problem | exam |
---|---|
User | leafeon |
Submission Time | 2025-05-24 22:12:15 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:10:38: error: expected ‘;’ before ‘return’
10 | cout << "Hello World" << "\n" << a*b
| ^
| ;
11 | return 0; //terminate program
| ~~~~~~