#11814: 輔弟專業解答


s510446 (11137)

學校 : 國立中央大學附屬中壢高級中學
編號 : 63443
來源 : [36.231.240.198]
最後登入時間 :
2017-06-16 11:19:05
d049. 中華民國萬歲! -- 板橋高中教學題 | From: [220.134.26.192] | 發表日期 : 2017-03-13 11:40

#include <iostream>
#include <cstdlib>
#include <cmath>
/* run this program using the console pauser or add your own getch, system("pause") or input loop */
using namespace std;
int main(int argc, char *argv[]) {
int y;
while(cin>>y)
{
cout<<y-1911<<endl;
}
return 0;
}

 
ZeroJudge Forum