arr = list(map(int, input().split())) print(arr[0] * arr[1])
exit status 1main.cpp:1:1: error: ‘arr’ does not name a type 1 | arr = list(map(int, input().split())) | ^~~ Exited with error status 1