1. Python
n = list(input())
x = list(input())
b = list(input())
c = n + x + b
print(max(c))
Pascal не знаю :>
1. Python
n = list(input())
x = list(input())
b = list(input())
c = n + x + b
print(max(c))
Pascal не знаю :>