mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-07-19 10:48:58 +08:00
all valid python 3
This commit is contained in:
@ -12,8 +12,8 @@ for i in range(999,100,-1):
|
||||
arr.append(i*j)
|
||||
arr.sort()
|
||||
|
||||
n=int(raw_input())
|
||||
n=int(input())
|
||||
for i in arr[::-1]:
|
||||
if(i<n):
|
||||
print(i)
|
||||
exit(0)
|
||||
exit(0)
|
||||
|
Reference in New Issue
Block a user