会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
lijianlongCode13
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
43
44
45
46
47
2023年4月13日
第二天打卡
摘要: 1 #include<iostream> 2 using namespace std; 3 int main() 4 { 5 char a,N,Y; 6 while(1){ 7 8 cout<<"现在正在下雨吗?"<<endl; 9 cout<<"请输入N或Y:"; 10 cin>>a; 11 if
阅读全文
posted @ 2023-04-13 22:03 Code13
阅读(21)
评论(0)
推荐(0)
2023年4月12日
第一天打卡
摘要: 1 #include<iostream> 2 using namespace std; 3 int main() 4 { 5 int x; 6 cout<<"你考试考了多少分:"<<endl; 7 cin>>x; 8 if(x<=100&&x>=90) 9 cout<<"优"<<endl; 10 e
阅读全文
posted @ 2023-04-12 23:53 Code13
阅读(17)
评论(0)
推荐(0)
上一页
1
···
43
44
45
46
47
公告