| Problem | toxic2 |
|---|---|
| User | khoi |
| Submission Time | 2025-09-24 17:29:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
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);
| ~~~~~~~~~~~