| Problem | connections |
|---|---|
| User | weccs |
| Submission Time | 2026-01-22 10:21:27 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
connections.cpp: In function ‘int main()’:
connections.cpp:13:43: error: expected ‘;’ before ‘return’
13 | cout << "1 2 2 3 3 4 1 4 2 1 3 4 1 3 4 2"
| ^
| ;
14 |
15 | return 0;
| ~~~~~~