← Back to List
23343번: JavaScript ↗
Solutions
Python 3
77 B | 77 chars
try: a, b = map(int,input().split()) print(a - b) except: print("NaN")