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