Problem password
User hariaakash646
Submission Time 2023-10-18 00:13:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

password.cpp: In function ‘int main()’:
password.cpp:40:25: error: ‘i’ was not declared in this scope
40 | frange(j, n) scd(v2[i]);
| ^
password.cpp:5:29: note: in definition of macro ‘scd’
5 | #define scd(t) scanf("%d", &t)
| ^