整理药名string类方法 摘要:解题思路:先将输入的值全部转换为小写;然后利用substring()方法获取首字母转换为大写;在获取除首字母后的字段注意事项:参考代码:import java.util.Scanner;public …… 题解列表 2023年05月04日 0 点赞 0 评论 117 浏览 评分:9.9
我很荣幸,将题解发了上来 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;char s[1001];int main(){ int l,n; ci…… 题解列表 2023年01月11日 0 点赞 2 评论 165 浏览 评分:7.0
编写题解 2858: 整理药名 摘要:参考代码:#include<bits/stdc++.h>using namespace std;char s[1001];int main(){ int l,n; cin>>n; f…… 题解列表 2023年02月09日 0 点赞 6 评论 117 浏览 评分:6.0
整理药名(C++)简单实用 摘要:代码解析:参考代码:#include <iostream>#include <string>#include <cctype>using namespace std;string formatMedi…… 题解列表 2023年07月16日 0 点赞 0 评论 422 浏览 评分:6.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){ char str[101]; int n,i; scanf…… 题解列表 2023年06月08日 0 点赞 0 评论 68 浏览 评分:0.0
2858: 整理药名 摘要:``` #include using namespace std; const int N=110; char s[N]; int main() { int t; cin>>t; …… 题解列表 2023年12月24日 0 点赞 0 评论 66 浏览 评分:0.0
2858: 整理药名 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>int main() { char a[100][100]; // 定义一个二维数组来存储…… 题解列表 2024年11月05日 0 点赞 0 评论 49 浏览 评分:0.0
for................................. 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(String[] args…… 题解列表 2023年12月24日 0 点赞 0 评论 53 浏览 评分:0.0
题解 2858: 整理药名 摘要: #include using namespace std; const int N=110; char s[N]; int main(){ …… 题解列表 2023年12月24日 0 点赞 0 评论 89 浏览 评分:0.0
整理药名(c语言) 摘要:```c ```c #include #include int main() { int n,i,j,t; scanf("%d",&n); /*输入个数*/ …… 题解列表 2023年06月04日 0 点赞 0 评论 235 浏览 评分:0.0