| Problem | toxic2 |
|---|---|
| User | TheInvadr |
| Submission Time | 2024-12-08 12:15:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
toxic2.cpp: In function ‘void determine_type(int)’:
toxic2.cpp:11:9: error: ‘temp’ was not declared in this scope
11 | temp.push_back(0);
| ^~~~
toxic2.cpp:45:20: error: structured binding declaration cannot have type ‘char’
45 | if(one)char[x]='T';
| ^~~
toxic2.cpp:45:20: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’
toxic2.cpp:45:20: error: cannot decompose non-array non-class type ‘char’
toxic2.cpp:48:21: error: structured binding declaration cannot have type ‘char’
48 | if(!one)char[x]='T';
| ^~~
toxic2.cpp:48:21: note: type must be cv-qualified ‘auto’ or reference to cv-qualified ‘auto’
toxic2.cpp:48:21: error: cannot decompose non-array non-class type ‘char’