Problem exam
User Pout
Submission Time 2026-07-03 20:42:26
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int main()’:
exam.cpp:8:5: error: expected ‘(’ before ‘exam_type’
8 | if exam_type == "1" {
| ^~~~~~~~~
| (
exam.cpp:10:4: error: ‘else’ without a previous ‘if’
10 | } else {
| ^~~~