Set the code to 0858
- Use the button 1 to set the
0; - Use the button 2 to set the second digit to
8; - Use the button 3 to set the third digit to
5; - Use the button 4 to set the fourth digit to
8; and
| using System; | |
| using System.Collections.Generic; | |
| using System.IO; | |
| using System.Linq; | |
| public class Solution | |
| { | |
| public static void Main(String[] args) | |
| { | |
| var t = Convert.ToInt32(Console.ReadLine()); |