主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
上岸课程
讨论区
兑换中心
登录
注册
上岸
Chen沧月有泪
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
10
发帖
0
笔记
0
Ta的粉丝
0
关注数
0
粉丝数
0
获赞数
4
阅读数
416
迷宫 题解:
#include<iostream> #include<queue> #include<cstring> //PII表示坐标 typedef std::pair<int, int> PII; int H, W; char map[...
P1563
2025年2月21日 13:27
回复 0
|
赞 0
|
浏览 24
二叉树遍历 题解:
#include<iostream> #include<string> struct TreeNode { char ch; TreeNode* lchild; &nb...
P1161
2025年2月20日 13:10
回复 0
|
赞 0
|
浏览 27
三个数的最大值 题解:
#include<iostream> int main() { int a = 0, b = 0, c = 0; std::cin >> a >> b >> c...
P1036
2025年2月20日 10:13
回复 0
|
赞 0
|
浏览 31
删除最大最小数 题解:
#include<iostream> #include<string> //75正确率可以举以下例子:1 1 1 1 1 int main() { int num = 0; i...
P1022
2025年2月20日 09:22
回复 0
|
赞 0
|
浏览 28
最简真分数 题解:
#include<iostream> #include<algorithm> //判断两个数的最大公因数 int maxNum(int i, int j) { //i<j w...
P1180
2025年2月19日 11:51
回复 0
|
赞 0
|
浏览 33
链表合并 题解:链表实现
#include<iostream> #include<string> struct LinkNode { int num; struct LinkNode* next; }; in...
P1025
2025年2月19日 11:21
回复 0
|
赞 0
|
浏览 45
统计单词 题解:
//如果正确率是80%,考虑以下例子:asd asd .句号前有空格 #include<iostream> #include<string> int main() { std::string s="&quo...
P1394
2025年2月17日 10:06
回复 0
|
赞 1
|
浏览 40
素数 题解:
#include<iostream> #include<cmath> #include<sstream> #include<string> bool isSu(int num) { for (int...
P1375
2025年2月16日 12:49
回复 0
|
赞 2
|
浏览 79
杨辉三角形 题解:
#include<iostream> #include<cmath> int getJiecheng(int num) { //获得阶乘 if (num==0 || num ==1) {...
P1062
2025年2月16日 10:17
回复 0
|
赞 0
|
浏览 48
首字母大写 题解:
#define _CRT_SECURE_NO_WARNINGS #include<stdio.h> #include<string.h> int main() { char s[105]; &...
P1240
2025年2月14日 11:56
回复 0
|
赞 1
|
浏览 61
本科学校:无
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!