Problem addictiontoworry
User asruby
Submission Time 2024-12-16 14:53:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

addictiontoworry.cpp: In function ‘int main()’:
addictiontoworry.cpp:82:15: error: ‘x’ was not declared in this scope
82 | cout << dist[x] + dist[y] << "\n";
| ^
addictiontoworry.cpp:82:25: error: ‘y’ was not declared in this scope
82 | cout << dist[x] + dist[y] << "\n";
| ^