HackerRankApr 20, 2025

Strong Password

Hazrat Ali

HackerRank
 
17
 
int minimumNumber(int n, string password) {
 
 
 
Line: 55 Col: 19
Submit Code
Run Code
Upload Code as File
 
Test against custom input

Congratulations!

You have passed the sample test cases. Click the submit button to run your code against all the test cases.

Sample Test case 0
Sample Test case 1
Input (stdin)
Download
  • 3
  • Ab1
Your Output (stdout)
  • 3
Expected Output
Download
  • 3

Comments