C 語言:
main(a){scanf("%d",&a);putchar("UGYTI"[a%5]);}
(46 字元)
Python:
print("UGYTI"[int(input())%5])
(30 字元)
僅供參考