Problem | supertrees |
---|---|
User | Potato3218 |
Submission Time | 2023-02-14 23:20:32 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
supertrees.cpp: In function ‘int construct(std::vector<std::vector<int> >)’:
supertrees.cpp:41:24: error: expected ‘;’ before ‘for’
41 | if(mxno == 3) return 0
| ^
| ;
42 |
43 | for(int i = 0; i < n; i++){
| ~~~