K = int(input())print(K * 24)print(K * 24 * 60)print(K * 24 * 60 * 60)
2
48 2880 172800
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!