Problem | chimera |
---|---|
User | PlayVoltz |
Submission Time | 2024-08-05 09:35:14 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
chimera.cpp: In function ‘void initialise(int, int, std::vector<int>)’:
chimera.cpp:33:14: error: expected ‘;’ before ‘i’
33 | for (int i=0 i<n; ++i)vect[i]=a[i];
| ^~
| ;