Problem exam
User Roucy
Submission Time 2025-07-04 09:49:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

exam.cpp: In function ‘int32_t main()’:
exam.cpp:13:15: error: expected ‘;’ before ‘cout’
13 | cout << "/./"
| ^
| ;
14 | cout << c + k;
| ~~~~