- 【例40.2】 蜗牛字母
有人会吗?教一教
- 2023-11-26 17:17:35 @
嘿嘿
5 条评论
-
lijiahao LV 3 @ 2023-11-26 18:06:20
~~6666666666666666666666666🚀️ ~~
-
2023-11-26 18:05:02@
#include<iostream> using namespace std; int main(){ char n; cin>>n; if(n>='A'&& n<='Z'){ cout<<int(n)<<endl; }else{ cout<<char(n-32)<<endl; } }
-
2023-11-26 17:31:22@
。。。。。。。。。。。。。。。
-
2023-11-26 17:29:41@
草
-
2023-11-26 17:25:16@
你没听课吗
- 1
信息
- ID
- 160
- 时间
- 1000ms
- 内存
- 256MiB
- 难度
- 5
- 标签
- 递交数
- 39
- 已通过
- 17
- 上传者