3 条题解
-
0
#include<iostream> using namespace std; int main(){ // int n; cin>>n; switch(n){ case 1:cout<<"Dance";break; case 2:cout<<"Piano";break; case 3:cout<<"Chinese";break; case 4:cout<<"C++";break; case 5:cout<<"English";break; case 6:cout<<"Football";break; case 7:cout<<"Math";break; } return 0; }
- 1
信息
- ID
- 2043
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 4
- 标签
- (无)
- 递交数
- 25
- 已通过
- 16
- 上传者
