#P4038. GOC单选题强化练习2

GOC单选题强化练习2

Description

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