Problem | exam |
---|---|
User | rgcoders |
Submission Time | 2023-10-26 11:17:31 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:12:11: error: expected primary-expression before ‘{’ token
12 | cout << {A*B);
| ^
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^