主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
小博同学跑快点
一战成硕!!!
关注
发消息
文章
0
题解
5
发帖
0
笔记
0
Ta的粉丝
174
关注数
0
粉丝数
174
获赞数
2
阅读数
39567
题解
#include<bits/stdc++.h> using namespace std; int main() { char s[10000]; scanf("%s",s); int len=strlen(s); int time=0; whi...
P1842
2021年3月15日 19:24
回复 1
|
赞 1
|
浏览 9.2k
c/c++实现
#include<bits/stdc++.h> using namespace std; struct Date { int year,month,day; }; bool isrun(int year); int main() { Date...
P1051
2021年3月11日 15:23
回复 1
|
赞 0
|
浏览 8.8k
改了一下午!!!
#include<bits/stdc++.h> using namespace std; void clear(stack<char> sta); int main() { int n; scanf("%d",&n); ...
P1067
2021年3月11日 20:19
回复 0
|
赞 0
|
浏览 7.1k
用字符串找'.'来判断
#include<bits/stdc++.h> using namespace std; bool fun(char s[],int len); int main() { char s[105]; while(scanf("%s",s)!=EOF) ...
P1031
2021年3月10日 15:13
回复 0
|
赞 0
|
浏览 6.5k
c++ 题解
整体思路: 先把所有因子求出来,放入一个数组a中 然后遍历数组a ,begin和len...
P1020
2021年3月9日 16:56
回复 0
|
赞 1
|
浏览 7.9k
本科学校:山西大学
目标学校:山西大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!