1012: n以内能被123整除的最大的数
Memory Limit:128 MB
Time Limit:1.000 S
Judge Style:Text Compare
Creator:
Submit:329
Solved:196
Description
输入一个正整数n,求n以内能被123整除的最大的数。
【挑战一下】不使用循环能做到吗?
【挑战一下】不使用循环能做到吗?
Input
输入n。
Output
输出符合要求的数。
Sample Input Copy
300
Sample Output Copy
246