Problem1671--邮箱密码

1671: 邮箱密码

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MiB

Description

某邮箱密码信息如下:
①密码是六位数字,前面两位为81。
②最后两位数字相同。
③能被16和86整除
编写Python程序找出可能的密码。

Input

无需输入

Output

6位数字,即可能的密码

Sample Input Copy


Sample Output Copy


Source/Category