Problem | exam |
---|---|
User | theRealLucasXD |
Submission Time | 2025-05-22 17:39:38 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
cc1plus: error: ‘::main’ must return ‘int’
exam.cpp: In function ‘int main()’:
exam.cpp:13:14: error: expected ‘;’ before ‘}’ token
13 | cout << x*y
| ^
| ;
14 | }
| ~