主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
happyday
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
6
发帖
0
笔记
0
Ta的粉丝
228
关注数
0
粉丝数
228
获赞数
0
阅读数
30235
模拟除法,注意开头为0的情况和只有1位的情况
#include <bits/stdc++.h> using namespace std; int main(){ string A; int B, Q, R; while(cin>>A>>B){ ...
P1851
2022年4月11日 21:37
回复 0
|
赞 0
|
浏览 4.6k
简单做法
#include <bits/stdc++.h> using namespace std; int main(){ int n; while(cin>>n){ int a[n+1]; for(int i...
P1737
2022年4月11日 20:08
回复 0
|
赞 0
|
浏览 5.1k
注意审题,只有字母算分
#include <bits/stdc++.h> using namespace std; int main(){ int n; string s; cin>>n; int sum=0; while(n--)...
P1735
2022年4月7日 15:48
回复 0
|
赞 0
|
浏览 5.8k
全排列
#include <bits/stdc++.h> using namespace std; bool check(string s){ int num = atoi(s.c_str()); if(num%30==0) return true; ...
P1736
2022年4月7日 15:28
回复 0
|
赞 0
|
浏览 5.0k
使用结构体存取学生信息
#include <bits/stdc++.h> using namespace std; struct Student{ int id; string name; string gender; int age; }stu[25...
P1432
2022年4月6日 15:53
回复 0
|
赞 0
|
浏览 4.5k
题目没有闰年,在此就没考虑
#include <bits/stdc++.h> using namespace std; int main(){ int n; int y,m,d; int f[13]={0,31,28,31,30,31,30,31,31,30,31,3...
P1437
2022年4月6日 15:38
回复 0
|
赞 0
|
浏览 5.2k
本科学校:昆明理工大学
目标学校:无
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!