我写比较简单getline(cin,s)运用一下就行了!1204: 大小写转换 摘要:##1204: 大小写转换 ####一如既往的秒杀题,就是这个优质题解到底怎么申请啊!我想要优质题解:tw-1f367: ```cpp #include using namespace std…… 题解列表 2022年12月30日 0 点赞 0 评论 203 浏览 评分:6.0
大小写转换-题解(Python代码) 摘要:凑字数凑字数凑字数凑字数 ```python while True: s=input() if s=="End of file": break pr…… 题解列表 2020年04月13日 0 点赞 1 评论 738 浏览 评分:4.3
大小写转换 摘要:解题思路:18:45:48注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char s[100];int i,n;while(scan…… 题解列表 2021年12月25日 0 点赞 0 评论 132 浏览 评分:0.0
编写题解 1204: 大小写转换 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char a[80]; int i=0,l; while(gets(a)) …… 题解列表 2023年01月04日 0 点赞 0 评论 69 浏览 评分:0.0
大小写转换 (C语言代码) 摘要:解题思路:简单写写,参考assic表注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char a[150]; int l,i; whi…… 题解列表 2019年04月23日 0 点赞 0 评论 490 浏览 评分:0.0
最简单易懂的解法 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <ctype.h>#include <string.h>int main(){ char a[80]; …… 题解列表 2024年11月21日 0 点赞 0 评论 115 浏览 评分:0.0
大小写转换 摘要:解题思路:注意事项:参考代码:public class Main {public static void main(String[] args) { Scanner scanner=new Scann…… 题解列表 2022年01月10日 0 点赞 0 评论 160 浏览 评分:0.0
大小写转换 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ int i; char a[50]; while(gets(a)) { …… 题解列表 2022年12月22日 0 点赞 0 评论 74 浏览 评分:0.0
编写题解 1204: 大小写转换 摘要:解题思路:注意事项:参考代码:while True: try: a=input() for i in a: 题解列表 2022年02月19日 0 点赞 1 评论 333 浏览 评分:0.0
大小写转换-题解(C++代码) 摘要:```cpp #include #include #include using namespace std; int main(){ char a[80]; whi…… 题解列表 2020年03月20日 0 点赞 0 评论 470 浏览 评分:0.0