Problem exam
User meow5707
Submission Time 2023-02-08 15:47:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:11:9: error: expected ‘(’ before ‘{’ token
11 | else if{
| ^
| (
exam.cpp:14:2: error: ‘else’ without a previous ‘if’
14 | else{}
| ^~~~