Problem exam
User jaejae7
Submission Time 2024-06-24 14:29:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:10:11: error: ‘a’ was not declared in this scope
10 | cout << a *b;}
| ^
exam.cpp:10:14: error: ‘b’ was not declared in this scope
10 | cout << a *b;}
| ^