n = int(input()) a = n // 10b = n % 10 print(a)print(b)print(a + b)print(a * b)
47
4 7 11 28
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!