#include<iostream>using namespace std;int main(){int a;//宣告cin>>a;//輸入cout<<(24+a-15)%24;//透過運算子計算時差return 0;//可有可無}