Problem | swords |
---|---|
User | bestatchinesechess |
Submission Time | 2025-02-22 00:11:01 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
swords.cpp: In function ‘int main()’:
swords.cpp:27:23: error: expected ‘;’ before ‘return’
27 | cout << useful_swords
| ^
| ;
28 |
29 | return 0;
| ~~~~~~