#14290: why ce


Aaaaaaaaaaaaa (羅傑)

學校 : 臺北市立大同高級中學
編號 : 69102
來源 : [111.235.208.242]
最後登入時間 :
2023-09-13 09:02:41

include<iostream>
using namespace std;
int main(){
int a;
while(cin>>a){
if(a%5==0) cout<<"U"<<endl;
else if(a%5==1) cout<<"G"<<endl;
else if(a%5==2) cout<<"Y"<<endl;
else if(a%5==3) cout<<"T"<<endl;
else cout<<"I"<<endl;
}
return 0;
}

#26793: Re:why ce


hsugoya@gmail.com (Мигает cf4?)

學校 : 國立臺北科技大學
編號 : 139476
來源 : [36.226.67.79]
最後登入時間 :
2024-05-31 00:15:30

你覺得為什麼會CE...

#26794: Re:why ce


hsugoya@gmail.com (Мигает cf4?)

學校 : 國立臺北科技大學
編號 : 139476
來源 : [36.226.67.79]
最後登入時間 :
2024-05-31 00:15:30

你include前面有加#嗎