Problem exam
User BoneMeBurner
Submission Time 2023-02-10 15:40:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:10:2: error: expected ‘}’ before ‘else’
10 | else{
| ^~~~
exam.cpp:8:21: note: to match this ‘{’
8 | if (condition == 1){
| ^
exam.cpp:13:11: error: ‘product’ was not declared in this scope
13 | cout << product;
| ^~~~~~~