Problem | exam |
---|---|
User | Kartikkk |
Submission Time | 2024-02-18 15:47:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:13:3: error: a function-definition is not allowed here before ‘return’
13 | return A*B;
| ^~~~~~
exam.cpp:14:2: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:4:13: note: to match this ‘{’
4 | int main () {
| ^