2025-10-26 17:10:15 +09:00

1 line
66 B
Python

print(abs((lambda n: n[0]-n[1])(list(map(int, input().split())))))