Problem | exam |
---|---|
User | BoneMeBurner |
Submission Time | 2023-02-10 15:40:22 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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;
| ^~~~~~~
exam.cpp:14:1: error: expected ‘}’ at end of input
14 | }
| ^
exam.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^