Problem | addictiontoworry |
---|---|
User | asruby |
Submission Time | 2024-12-16 14:52:39 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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";
| ^