Problem | exam |
---|---|
User | Priyankha13 |
Submission Time | 2023-07-25 15:04:18 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
exam.cpp: In function ‘int main()’:
exam.cpp:16:45: error: expected ‘;’ before ‘}’ token
16 | cout << "Please pick between 1 and 2 only"
| ^
| ;
17 | }
| ~