#Author: <anonymized>
#Date: 04/08/25
#Description: Math Quiz Program

p1 = input("What is (24 + 6)/3 ?")
print("(24 + 6)/3 is", p1)