Problem wormholes
User r1r2r3r4
Submission Time 2025-07-02 17:37:09
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wormholes.cpp: In function ‘int main()’:
wormholes.cpp:23:5: error: expected initializer before ‘cin’
23 | cin >> n >> w;
| ^~~
wormholes.cpp:28:21: error: ‘w’ was not declared in this scope
28 | for (int i=0; i<w; i++) {
| ^