diff --git a/problem_5.py b/problem_5.py new file mode 100644 index 0000000..dfb3f2e --- /dev/null +++ b/problem_5.py @@ -0,0 +1,10 @@ +if __name__ == '__main__': + n = int(input()) + arr = list(map(int, input().split())) + winner = max(arr) + i = 0 + while i