#P4037. GOC单选题强化练习1

GOC单选题强化练习1

Description

题目在课程:《GOC专用》 中
提交格式:
int i;
cin>>i;
if(i==1) cout<<"A";
if(i==2) cout<<"B";
if(i==3) cout<<"D";
...