Problem routers
User Henries
Submission Time 2024-11-23 12:56:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

routers.cpp: In function ‘int main()’:
routers.cpp:20:12: error: redeclaration of ‘long long int ans’
20 | long long ans = 1;
| ^~~
routers.cpp:15:12: note: ‘long long int ans’ previously declared here
15 | long long ans = 0;
| ^~~