主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
li_yi
这个人很懒,什么都没有写...
关注
发消息
文章
30
题解
4
发帖
0
笔记
0
Ta的粉丝
179
关注数
2
粉丝数
179
获赞数
13
阅读数
198985
浙江工商大学problem 27
暴力解法,需要注意的点:1不是素数,但会加进去,要注意判断 #include <iostream> #include<stdio.h> #include<string.h> #include<math.h> usin...
备考心情
2022年2月25日 20:58
回复 0
|
赞 1
|
浏览 5.3k
n诺-1375(素数筛选,有其他要求,且要输出)
#include <iostream> #include<stdio.h> #include<string.h> #include<math.h> using namespace std; int a[10000]={0}; in...
备考心情
2022年2月25日 19:41
回复 0
|
赞 0
|
浏览 5.4k
n诺-1102(素数筛选)
暴力求解法,但能求的数的范围小 #include <iostream> #include<stdio.h> #include<string.h> #include<math.h> using namespace st...
备考心情
2022年2月25日 18:51
回复 0
|
赞 1
|
浏览 5.3k
n诺-1335(判断素数)
#include <iostream> #include<stdio.h> #include<string.h> #include<math.h> using namespace std; int main(){...
备考心情
2022年2月25日 17:40
回复 0
|
赞 1
|
浏览 6.1k
n诺-1013(判断素数,若不是,找到该数之后的第一个素数)
#include <iostream> #include<stdio.h> #include<string.h> #include<math.h> using namespace std; int main(){ //输入一...
备考心情
2022年2月25日 17:25
回复 0
|
赞 1
|
浏览 4.1k
浙江工商大学problem 19
int a[1000000]; //在main函数外面,不然会溢出 int main(){ int n; int max,sum; // int a[100005]; while(scanf("%d",&n)!=EOF){ ...
备考心情
2022年2月25日 16:40
回复 0
|
赞 1
|
浏览 5.4k
浙江工商大学problem 13
int main(){ int h,a,b,k; int hp1; //白龙攻击后的血量 int i=1; while(scanf("%d %d %d %d",&h,&a,&b,&k)!=EOF){ /...
备考心情
2022年2月25日 13:45
回复 0
|
赞 0
|
浏览 5.2k
浙江工商大学problem 9
int main(){ //int a[10]={0}; int n; int i=1; while(scanf("%d",&n)!=EOF){ int a[10]={0}; int sum...
备考心情
2022年2月25日 12:54
回复 0
|
赞 0
|
浏览 4.7k
浙江工商大学problem 8
#include <iostream> #include<stdio.h> #include<algorithm> using namespace std; int main(){ int n; int day[13]={0,...
备考心情
2022年2月24日 23:26
回复 0
|
赞 0
|
浏览 4.6k
浙江工商大学problem 6
int main(){ //problem 6 //弹珠不连续跳,陷阱也可以不连续 //找到最大步长,然后判断前一个l+最大步长是否大于下一个l,如果大于说明可能掉入当前陷阱或者是跳过多个陷阱 int t; cin>>t; ...
备考心情
2022年2月24日 21:11
回复 0
|
赞 0
|
浏览 5.0k
1
2
本科学校:上饶师范学院
目标学校:浙江工商大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!