#12985: 簡單C++ FOR 延平


timmy940410 (遊艇)


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