Problem swords
User Teeskit
Submission Time 2026-01-29 16:23:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

swords.cpp: In function ‘int main()’:
swords.cpp:9:8: error: expected ‘;’ before ‘for’
9 | df = 0
| ^
| ;
10 | for (int i = 0; i < n; i++ ) {
| ~~~
swords.cpp:10:18: error: ‘i’ was not declared in this scope
10 | for (int i = 0; i < n; i++ ) {
| ^
swords.cpp:20:1: error: expected ‘}’ at end of input
20 | }
| ^
swords.cpp:3:15: note: to match this ‘{’
3 | signed main() {
| ^