Convert given minutes and seconds to total seconds.
Minutes and seconds separated by space, given as integers.
Output the total seconds.
Input:
3 4
Output:
184
A single line containing two integers minutes and seconds separated by a space.
A single integer — the total number of seconds.
This editor records if code is AI assisted. Write it yourself — if you are stuck, ask your teacher.