Problem runway
User avighnakc
Submission Time 2024-04-17 22:25:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

runway.cpp: In function ‘int main()’:
runway.cpp:137:23: error: redeclaration of ‘std::vector<bool> vis’
137 | std::vector<bool> vis(n + 1);
| ^~~
runway.cpp:76:23: note: ‘std::vector<bool> vis’ previously declared here
76 | std::vector<bool> vis(n + 1);
| ^~~
runway.cpp:139:8: error: redeclaration of ‘ll ans’
139 | ll ans = 1e15;
| ^~~
runway.cpp:115:8: note: ‘ll ans’ previously declared here
115 | ll ans = 1e15;
| ^~~