For the forgetpw question what i have done to read the encrypted password is to declare an array S of length 10^6 and then cin>>S.Is the approach correct
yes,correct
1 Like
For the forgetpw question what i have done to read the encrypted password is to declare an array S of length 10^6 and then cin>>S.Is the approach correct
yes,correct