主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
wei886521
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
5
发帖
0
笔记
0
Ta的粉丝
70
关注数
0
粉丝数
70
获赞数
0
阅读数
2616
国名排序 题解:用结构体数组做,为什么答案不对呢,求解
#include<bits/stdc++.h> using namespace std; struct county{ char name[100]; }; void paixv(county A[], int len){ &nbs...
P1217
2024年3月20日 16:31
回复 1
|
赞 0
|
浏览 508
最简真分数 题解:
#include <iostream> using namespace std; #define max 100 void maopao(int *a, int len){//升序排列 int tempt; ...
P1180
2024年3月20日 17:00
回复 0
|
赞 0
|
浏览 411
字母统计 题解:
#include<iostream> using namespace std; int main(){ char A[1000]; cin >> A; &nb...
P1292
2024年3月20日 01:46
回复 0
|
赞 0
|
浏览 607
最长连续因子 题解:
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin >> n;  ...
P1020
2024年3月20日 01:30
回复 0
|
赞 0
|
浏览 582
杨辉三角形 题解:
#include<iostream> using namespace std; int main(){ int A[20][20]; int n = 0; c...
P1062
2024年3月19日 23:17
回复 0
|
赞 0
|
浏览 508
本科学校:济南大学
目标学校:中国石油大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!