| Problem | swords | 
|---|---|
| User | bob | 
| Submission Time | 2024-02-17 15:32:22 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 swords.cpp: In function ‘int main()’:
swords.cpp:35:27: error: ‘MaxDf’ was not declared in this scope; did you mean ‘maxDf’?
   35 |   } else if (tempMaxDf == MaxDf){
      |                           ^~~~~
      |                           maxDf
swords.cpp:36:9: error: expected ‘;’ before ‘}’ token
   36 |    break
      |         ^
      |         ;
   37 |   }
      |   ~