Problem | railway |
---|---|
User | weccs |
Submission Time | 2025-10-07 16:42:50 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
railway.cpp: In function ‘int main()’:
railway.cpp:81:1: error: expected ‘}’ at end of input
81 | }
| ^
railway.cpp:53:32: note: to match this ‘{’
53 | for (int i = 0; i < n-1; i++) {
| ^
railway.cpp:81:1: error: expected ‘}’ at end of input
81 | }
| ^
railway.cpp:46:15: note: to match this ‘{’
46 | signed main() {
| ^