Problem connections
User Dolphy
Submission Time 2026-01-06 09:11:11
Score 0
Max Time N/A
Max Memory N/A

Compile Error

connections.cpp: In function ‘int32_t main()’:
connections.cpp:15:60: error: expected ‘;’ before ‘return’
15 | else if (n==6) cout << "1 3 4 1 2 4 3 2 1 2 1 4 4 3 3 2\n"
| ^
| ;
16 | return 0;
| ~~~~~~