Problem | toxic |
---|---|
User | Ok |
Submission Time | 2024-01-06 16:05:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
toxic.cpp: In function ‘void findtoxic(std::vector<int>, int, int)’:
toxic.cpp:107:49: error: expected ‘)’ before ‘;’ token
107 | if(!ukown.empty()) findtoxic(ukown,t, cont++;);
| ~ ^
| )
toxic.cpp:107:50: error: expected primary-expression before ‘)’ token
107 | if(!ukown.empty()) findtoxic(ukown,t, cont++;);
| ^