#include <iostream>
using namespace std;
int main() {
const int minutesPerHour;
minutesPerHour = 60;
cout << minutesPerHour;
return 0;
}