| Problem | toxic2 |
|---|---|
| User | TheInvadr |
| Submission Time | 2024-12-07 19:13:43 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:8:22: error: expected ‘;’ before ‘while’
8 | grp1.push_back(0)
| ^
| ;
9 | while(x--){
| ~~~~~
toxic2.cpp:51:24: error: expected ‘;’ before ‘fin’
51 | vector<char>(n,'R') fin;
| ^~~~
| ;
toxic2.cpp:53:26: error: ‘fin’ was not declared in this scope; did you mean ‘sin’?
53 | for(int x : grp1)fin[x]='T';
| ^~~
| sin
toxic2.cpp:55:26: error: ‘fin’ was not declared in this scope; did you mean ‘sin’?
55 | for(int x : grp0)fin[x]='R';
| ^~~
| sin
toxic2.cpp:57:17: error: ‘fin’ was not declared in this scope; did you mean ‘sin’?
57 | answer_type(fin);