题解 2851: 合法C标识符 摘要: #include using namespace std; int n; char a[200],m[200]; int main() { …… 题解列表 2023年12月27日 0 点赞 0 评论 102 浏览 评分:0.0
合法C标识符 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;class Main { public static void main(String[] args) { …… 题解列表 2023年12月26日 0 点赞 0 评论 73 浏览 评分:0.0
合法c标识符 摘要:解题思路:注意事项:参考代码://用标记法 #include<stdio.h> #include<string.h>//用来调出函数srtlen,以此定义数组长度 int main() {…… 题解列表 2023年12月10日 0 点赞 0 评论 175 浏览 评分:9.9
合法C标识符(简单易懂) 摘要:解题思路:注意事项:参考代码#include<stdio.h>#include<string.h>int main(){ char a[20]; scanf("%s", &a); i…… 题解列表 2023年11月17日 0 点赞 0 评论 174 浏览 评分:9.0
2851: 合法C标识符 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;char s[1000],a[1000];int main(){ cin>>…… 题解列表 2023年11月04日 0 点赞 0 评论 113 浏览 评分:0.0
2851: 合法C标识符 摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h> using namespace std; int flag[30]; int main() { str…… 题解列表 2023年10月21日 0 点赞 0 评论 154 浏览 评分:9.9
合法C标识符(使用一些函数减少工作量) 摘要:解题思路: 先说下几个会用到的函数,头文件都为 #include: 1.int isalnum(int c) : 判断C是否是字母或者(十进制)数字,如果是,则返回true,反之返回fals…… 题解列表 2023年09月25日 0 点赞 0 评论 130 浏览 评分:0.0
2851: 合法C标识符(C语言) 摘要: #include #include int main() { char a[100]; scanf("%s",a); int n=strlen(a); int p…… 题解列表 2023年09月21日 0 点赞 0 评论 188 浏览 评分:0.0
c语言代码解决问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<ctype.h>int main(){ char str[1001]; …… 题解列表 2023年06月11日 0 点赞 0 评论 122 浏览 评分:0.0
2851: 合法C标识符 摘要:#include<stdio.h> #include<math.h> #include<string.h> # define N 100001 int main() { c…… 题解列表 2023年03月05日 0 点赞 0 评论 152 浏览 评分:2.0