主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
202110405235
这个人很懒,什么都没有写...
关注
发消息
文章
1
题解
6
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
3
阅读数
142
安全密码 题解:c代码,没有技巧
#include<stdio.h> #include<string.h> char arr[51]; char b[]={'~','!','@','#','$','%','^'}; int isChar(char a){ int c=0; for(i...
P1660
2025年3月12日 20:46
回复 0
|
赞 0
|
浏览 8
容易的题 题解:测试用例:EASAY
#include<stdio.h> #include<string.h> char arr[1002]; int main(){ int flag; while(gets(arr)){ flag =...
P1667
2025年3月12日 20:13
回复 0
|
赞 0
|
浏览 0
巨人排队 题解:c代码,有解析
#include<bits/stdc++.h> int main(){ int n; int sum=0;//记录路队数 int temp; while(scanf("%d",&n)!=EOF){ //输入 ...
P1677
2025年3月11日 21:05
回复 0
|
赞 0
|
浏览 27
模拟出入栈游戏 题解:
用c写的,有自己写的解析。 #include <stdio.h> #include <stdlib.h> #include<string.h> char arr[27]; int flag[26]={0};//标记数组 // 定义栈的结...
P1684
2025年3月9日 20:24
回复 0
|
赞 0
|
浏览 34
机器人走迷宫 题解:
#include <stdio.h> #include <string.h> #define MAX_SIZE 10 int w, h; char maze[MAX_SIZE][MAX_SIZE + 1]; // 迷宫数组,加1为了存储字符串结束符'...
P1675
2025年3月8日 21:02
回复 0
|
赞 2
|
浏览 53
机器人走迷宫 题解:
#include <stdio.h> #include <string.h> #define MAX_SIZE 10 int w, h; char maze[MAX_SIZE][MAX_SIZE + 1]; // 迷宫数组,加1为了存储字符串结束符...
P1675
2025年3月8日 21:01
回复 0
|
赞 0
|
浏览 14
本科学校:昆明理工大学
目标学校:国防科技大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!