#790. C++-循环while-在银行取款时,请编写一个程序模拟密码输入额过程
C++-循环while-在银行取款时,请编写一个程序模拟密码输入额过程
Background
Description
在银行取款时,我们需要输入密码(六位数字密码),密码正确才能进行取款,如连续输入三次密码错误,就会冻结账户,请编写一个程序模拟密码输入额过程。 输入格式: 每次输入六位数字 输出格式: 正确(密码是123456),错误或冻结
Format
Input
Output
Samples
567890
123567
231987
错误
错误
错误
冻结
997789
123456
错误
正确
123456
正确
Limitation
1s, 1024KiB for each test case.
Statistics
Related
In following homework: