Problem wormholes
User VNHbest
Submission Time 2024-04-15 21:03:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

wormholes.cpp: In function ‘int main()’:
wormholes.cpp:8:5: error: expected ‘,’ or ‘;’ before ‘long’
8 | long long w;
| ^~~~
wormholes.cpp:9:12: error: ‘w’ was not declared in this scope
9 | cin >> w;
| ^