ZeroJudge & UVa Online Judge answers
#include using namespace std;int main(){ int tw_time,us_time; cin >> tw_time; us_time = (tw_time + 24 -15 )%24; cout << us_time << endl; return 0;}
No comments:
Post a Comment