Problem | exam |
---|---|
User | blazingstaa |
Submission Time | 2024-01-26 15:48:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:16:17: error: ‘inpu’ was not declared in this scope
16 | cout << inpu[0] * inpu[1] << endl;
| ^~~~
exam.cpp: At global scope:
exam.cpp:18:5: error: expected unqualified-id before ‘return’
18 | return 0;
| ^~~~~~
exam.cpp:19:1: error: expected declaration before ‘}’ token
19 | }
| ^