Problem swords
User bob
Submission Time 2024-02-17 15:36:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:25:22: error: ‘it’ was not declared in this scope; did you mean ‘i’?
25 | } else if (swords[*it] == swords[maxDf]){
| ^~
| i