#include <iostream>using namespace std;int main(int argc, char** argv) { int a;cin>>a;a=a-60;a=25-a;a=a%60;cout<<a;}