Pages

Friday, July 29, 2011

d050. 妳那裡現在幾點了?


#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