- 博客(1)
- 收藏
- 关注
原创 输入序号输出星期名称例如输入 1 输出 “Monday“ ,输入 7 输出 “Sunday“ ,输入非 1-7 的数值则输出 “None Exist Day“
求大佬看看哪不对 #include<bits/stdc++.h> using namespace std; int main() { int a; string week[7]= {"Monsday","Tuesday","Wednessday","Thursday","Friday","Saturday","Sunday"}; string*p=week; cin>>a; if(n>0&&n<8) ...
2022-04-03 16:50:13
1054
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅