Problem password
User aryan12
Submission Time 2023-01-26 04:34:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

password.cpp: In function ‘void Solve()’:
password.cpp:18:15: error: redeclaration of ‘long long int ll’
18 | int ans = 0, ll = 0, co = 0;
| ^~
password.cpp:13:6: note: ‘long long int ll’ previously declared here
13 | int ll = 0, co = 0;
| ^~
password.cpp:18:23: error: redeclaration of ‘long long int co’
18 | int ans = 0, ll = 0, co = 0;
| ^~
password.cpp:13:14: note: ‘long long int co’ previously declared here
13 | int ll = 0, co = 0;
| ^~
password.cpp:89:6: error: redeclaration of ‘long long int ans’
89 | int ans = 1e18;
| ^~~
password.cpp:18:6: note: ‘long long int ans’ previously declared here
18 | int ans = 0, ll = 0, co = 0;
| ^~~