Problem exam
User ryuki
Submission Time 2024-02-28 12:38:37
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:9:5: error: expected ‘(’ before ‘function_select’
9 | if function_select == 1 {
| ^~~~~~~~~~~~~~~
| (
exam.cpp:12:2: error: ‘else’ without a previous ‘if’
12 | else {
| ^~~~