#39899: _cpp


yp11251034@yphs.tp.edu.tw (803-38劉宇皓)


#include <iostream>
using namespace std;

int main ()
{
    int h;
    cin >> h;
    cout << (h+24 - 15) % 24 << endl; 
    return 0;
}

 

#39918: Re: cpp


s0937692900@gmail.com (柯宥宏)


#include
using namespace std;

int main ()
{
    int h;
    cin >> h;
    cout << (h+24 - 15) % 24 << endl; 
    return 0;
}

真6老鐵