主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
xyfyoho
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
4
发帖
0
笔记
0
Ta的粉丝
32
关注数
0
粉丝数
32
获赞数
0
阅读数
1826
2048游戏 卡80%已解决:题目理解
注意中间有0相隔也合并,我原以为只有相邻不隔0才合并就卡80%了 #include<stdio.h> #include<string.h> void move(int a[4][4]){//向下移动函数,下侧和右侧各留了一条全0的空行和空列 for(...
P1472
2024年8月21日 17:47
回复 2
|
赞 0
|
浏览 642
十进制和二进制 题解:C
逻辑有点混乱凑合看看 #include<stdio.h> #include<string.h> int max(int a,int b){ if(a>b)return a; else return b; } void add(ch...
P1176
2024年8月20日 22:29
回复 0
|
赞 0
|
浏览 367
最长连续因子 题解:c
#include<stdio.h> #include<string.h> int main(){ int s[5000]={0}; int n; int i,j,l=0,maxl=0,location=0; scanf("%d",&n);...
P1020
2024年8月15日 18:22
回复 0
|
赞 0
|
浏览 440
字符移动 题解:
看到别人写的很简洁 #include<bits/stdc++.h> using namespace std; int main() { string s,num="",let=""; cin>>s; for(int i=0;i<s.si...
P1012
2024年8月15日 02:33
回复 0
|
赞 0
|
浏览 377
本科学校:hpu
目标学校:郑州大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!