Problem toxic2
User khoi
Submission Time 2025-09-24 17:29:25
Score 0
Max Time N/A
Max Memory N/A

Compile Error

toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:7:50: error: expected ‘;’ before ‘answer_type’
7 | for(int i = 1; i < n; i++) res.push_back('R')
| ^
| ;
8 | answer_type(res);
| ~~~~~~~~~~~