Problem | exam |
---|---|
User | ishika10 |
Submission Time | 2024-01-29 16:24:48 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:15:11: error: ‘A’ was not declared in this scope
15 | cout << A*B;
| ^
exam.cpp:15:13: error: ‘B’ was not declared in this scope
15 | cout << A*B;
| ^
exam.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^