Problem swords
User NuggetsAreNice
Submission Time 2024-02-15 12:58:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:18:17: error: expected ‘;’ before ‘break’
18 | useful++
| ^
| ;
19 | break;
| ~~~~~