#14578:


elvisliu (方塊)

學校 : 臺北市私立延平高級中學
編號 : 69054
來源 : [203.72.178.252]
最後登入時間 :
2018-12-19 17:05:19
b676. 63萬勞工苦輪班不像人像機器 | From: [203.72.178.252] | 發表日期 : 2018-07-24 14:46

#include <bits/stdc++.h>
using namespace std;
int main() {
	int n;
	while(cin>>n){
		if(n%5==0) cout<<"U"<<endl;
		else if(n%5==1) cout<<"G"<<endl;
		else if(n%5==2) cout<<"Y"<<endl;
		else if(n%5==3) cout<<"T"<<endl;
		else if(n%5==4) cout<<"I"<<endl;
	}
	return 0;
}
 
ZeroJudge Forum