Problem | coinjourney |
---|---|
User | PlayVoltz |
Submission Time | 2023-08-15 18:10:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
coinjourney.cpp: In function ‘int main()’:
coinjourney.cpp:32:4: error: ‘mindex’ was not declared in this scope; did you mean ‘index’?
32 | mindex = min(mindex, vect[i].second);
| ^~~~~~
| index
coinjourney.cpp:34:9: error: ‘mindex’ was not declared in this scope; did you mean ‘index’?
34 | cout<<mindex+1<<" ";
| ^~~~~~
| index