Problem | toxic |
---|---|
User | username |
Submission Time | 2023-04-17 22:34:24 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
toxic.cpp: In function ‘void dnc(int, int)’:
toxic.cpp:47:14: error: redeclaration of ‘std::vector<int> temp’
47 | vector<int> temp;
| ^~~~
toxic.cpp:16:14: note: ‘std::vector<int> temp’ previously declared here
16 | vector<int> temp;
| ^~~~