All public logs

Combined display of all available logs of Bitnami MediaWiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 18:50, 29 March 2023 Andor Giulia talk contribs created page 4280 - Max Div K (Pagină nouă: == Rezolvare == <syntaxhighlight lang="python" line="1"> n, k = map(int, input().split()) numbers = list(map(int, input().split())) max_divisible = -1 for num in numbers: if num % k == 0 and num > max_divisible: max_divisible = num if max_divisible == -1: print("NU EXISTA") else: print(max_divisible) </syntaxhighlight>)