主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
huangdashuaige
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
28
发帖
0
笔记
1
Ta的粉丝
221
关注数
0
粉丝数
221
获赞数
17
阅读数
88604
P1038题解
#include <iostream> using namespace std; int main(){ float a; //引入浮点数a记录输入分数 while(cin>>a){ ...
P1038
2023年2月15日 21:26
回复 0
|
赞 0
|
浏览 2.5k
P1041题解
#include <iostream> using namespace std; int gcd(int a,int b){ if(b==0) return a; else return gcd(b...
P1041
2023年2月15日 21:25
回复 0
|
赞 0
|
浏览 2.6k
P1051题解
#include <iostream> using namespace std; typedef struct year_month_day{ //引入结构体,并定义整型变量y、m、d用于记录年月日 ...
P1051
2023年2月15日 21:25
回复 0
|
赞 0
|
浏览 2.7k
P1062题解
#include <stdio.h> #define N 22 int main() { int i, j, k, n, a[N][N]; /*定义二维数组a[22][22]*/ &nb...
P1062
2023年2月15日 21:25
回复 0
|
赞 0
|
浏览 3.0k
P1006题解
#include <iostream> using namespace std; int main( ) { char str[100]; //变量定义:字符类型,也可以用string str; ...
P1006
2023年2月15日 21:24
回复 0
|
赞 1
|
浏览 3.0k
P1001题解
#include <iostream> using namespace std; int main( ) { //暴力解,6位数分别是0和1,进行6个for,并做流式输出 for(int a1=0;a1<=1;a1++) &nb...
P1001
2023年2月15日 21:24
回复 0
|
赞 2
|
浏览 3.6k
P1043题解
#include <iostream> using namespace std; int main( ) { int a,n; //定义a,n整型变量 cin>>a>>n;...
P1043
2023年2月15日 21:23
回复 0
|
赞 1
|
浏览 3.8k
P1000题解
#include <iostream> using namespace std; int main() { int a,b; //定义a,b量 cin>>a>>b; //进...
P1000
2023年2月15日 21:23
回复 0
|
赞 0
|
浏览 3.6k
1
2
本科学校:深圳技术大学
目标学校:深圳大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!