#include <iostream>
using namespace std;
int main () {
int time;
cin >> time;
cout <<(time+24-15)%24;
}