主站
DreamJudge
院校信息
专业题库
模拟考试
机试真题
专业课程
答疑区
兑换中心
登录
注册
上岸
杨德胜
这个人很懒,什么都没有写...
关注
发消息
文章
0
题解
37
发帖
0
笔记
0
Ta的粉丝
168
关注数
0
粉丝数
168
获赞数
13
阅读数
285158
P1338 解题思路分享
#include <bits/stdc++.h> using namespace std; struct tt{ string id,name; int grade; }; bool cmp1(tt a, tt b){ a.id&...
P1338
2021年3月8日 20:07
回复 0
|
赞 0
|
浏览 6.7k
P1294 解题思路分享
char[]版本 #include <bits/stdc++.h> using namespace std; bool cmp(char *s1, char *s2){ char *p1=s1, *p2=s2; while(*(p1...
P1294
2021年3月8日 18:07
回复 0
|
赞 0
|
浏览 8.3k
P1254 解题思路分享
#include <bits/stdc++.h> using namespace std; int main() { char s[25]={0}; while(cin >>s){ sort(s,s+strlen(s)); cout&l...
P1254
2021年3月7日 21:30
回复 0
|
赞 0
|
浏览 6.9k
P1248 解题思路分享
#include <bits/stdc++.h> using namespace std; bool cmp(int a, int b){ if(a%2==b%2){ if(a%2==1) return a>b; else return a<...
P1248
2021年3月7日 21:18
回复 0
|
赞 0
|
浏览 7.6k
P1217 解题思路分享
#include <bits/stdc++.h> using namespace std; int main() { int n; cin >>n; string s[n]; for(int i=0; i<n; i++){ ci...
P1217
2021年3月7日 20:25
回复 0
|
赞 0
|
浏览 7.1k
P1159 解题思路分享
#include <bits/stdc++.h> using namespace std; struct Student{ int id,grade; }; bool cmp(Student a, Student b){ if(a.grade==b.gr...
P1159
2021年3月7日 20:11
回复 0
|
赞 0
|
浏览 6.4k
P1010 解题思路分享
#include <bits/stdc++.h> using namespace std; bool cmp(int a, int b){ if(a%2==b%2) return a<b; else return (a%2)>(b%2); } ...
P1010
2021年3月7日 19:43
回复 0
|
赞 0
|
浏览 8.0k
P1394 解题思路分享
#include <bits/stdc++.h> using namespace std; int main() { char s[105]={0}; while(cin>>s){ int len=strlen(s); if(s[len...
P1394
2021年3月7日 13:36
回复 0
|
赞 0
|
浏览 8.4k
P1240 解题思路分享
#include <bits/stdc++.h> using namespace std; bool flag(char c){ return (c==' ' || c=='\t' || c=='\r' || c=='\n'); } int main() { ...
P1240
2021年3月7日 13:21
回复 0
|
赞 0
|
浏览 6.7k
P1292 解题思路分享
#include <bits/stdc++.h> using namespace std; int main() { map<char,int> m; string s; while(cin>>s){ for(int i=0;...
P1292
2021年3月6日 22:39
回复 0
|
赞 0
|
浏览 8.4k
P1012 解题思路分享
#include <bits/stdc++.h> using namespace std; int main() { char s[105]={0}, c[105]={0}; char t; cin>>s; int len=strlen(s...
P1012
2021年3月6日 22:15
回复 0
|
赞 0
|
浏览 8.5k
P1053 解题思路分享
#include <bits/stdc++.h> using namespace std; int main() { int n,h,m,H,M; cin>>n; while(n--){ scanf("%d:%d",&h,&...
P1053
2021年3月6日 16:28
回复 0
|
赞 0
|
浏览 8.0k
P1446 解题思路分享
#include <bits/stdc++.h> using namespace std; int jude(int y){ if ((y % 4 == 0 && y % 100 != 0) || y % 400 == 0) return...
P1446
2021年3月6日 15:55
回复 0
|
赞 0
|
浏览 6.8k
P1437 解题思路分享
#include <bits/stdc++.h> using namespace std; int main() { int n; int y,m,d; cin>>n; while(n--){ cin>>y>>...
P1437
2021年3月6日 15:16
回复 0
|
赞 3
|
浏览 7.1k
P1410 解题思路分享
#include <bits/stdc++.h> using namespace std; int jude(int y){ if ((y % 4 == 0 && y % 100 != 0) || y % 400 == 0) return...
P1410
2021年3月6日 15:02
回复 0
|
赞 0
|
浏览 6.8k
P1011 解题思路分享
int main() { int m,d; cin>>m; cin>>d; int f[13]={0,0,0,0,18,31,30,31,31,30,31,30,31}; int flag=0; if(m==4) d=d-12; ...
P1011
2021年3月5日 20:04
回复 0
|
赞 1
|
浏览 8.4k
P1290 解题思路分享
int main(){ char sb[8]; char se[8]; cin >>sb>>se; int f[13]={0,31,28,31,30,31,30,31,31,30,31,31}; char mb[2]={sb[4],sb[5...
P1290
2021年3月5日 20:00
回复 0
|
赞 0
|
浏览 8.7k
1
2
本科学校:西南科技大学城市学院
目标学校:重庆理工大学
点此申请N诺身份认证
获得 noobdream 认证,享受多重认证福利!