PAT甲级
fengwuyaQAQ
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
A1062
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<algorithm> using namespace std; const int maxn=100010; struct Student{ int id; in...原创 2019-01-10 12:31:38 · 346 阅读 · 0 评论 -
A1019
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; const int maxn=1010; int main() { int num,jin; int jnum[50]; scanf("%d ...原创 2019-01-08 12:55:04 · 215 阅读 · 0 评论 -
A1027
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; const int maxn=1010; const char num[]={'0','1','2','3','4','5','6','7','8','9','A','...原创 2019-01-08 12:58:11 · 211 阅读 · 0 评论 -
A1061
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<cmath> #include<cstdlib> using namespace std; char daily[][6]={"MON","TUE&qu原创 2019-01-09 13:52:43 · 186 阅读 · 0 评论 -
A1073
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; const int maxn=10010; char num[maxn],s[maxn]; int main() { scanf("%s",s); i...原创 2019-01-09 15:23:38 · 254 阅读 · 0 评论 -
A1001
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<cmath> #include<cstdlib> using namespace std; int main() { int a,b; scanf("...原创 2019-01-09 16:31:13 · 231 阅读 · 0 评论 -
A1005
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<cmath> #include<cstdlib> using namespace std; char str[][8]={"zero","one&quo原创 2019-01-10 10:43:38 · 194 阅读 · 0 评论 -
A1035
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<cmath> #include<cstdlib> using namespace std; const int maxn=1010; struct User{ ...原创 2019-01-10 10:43:59 · 222 阅读 · 0 评论 -
A1077
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<cmath> #include<cstdlib> using namespace std; char ...原创 2019-01-10 10:44:21 · 341 阅读 · 0 评论 -
A1082
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<cmath> #include<cstdlib> using namespace std; char ge[][7]={"ling","yi"原创 2019-01-10 10:44:41 · 284 阅读 · 0 评论 -
A1083
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; struct Student{ char name[15]; char id[15]; in...原创 2019-02-02 10:08:41 · 248 阅读 · 0 评论 -
A1080
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; struct Student{ int id; int ge,gi,sum; int cho...原创 2019-02-02 10:47:51 · 255 阅读 · 0 评论 -
A1095
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; struct Car{ char id[10]; char time[10]; char s...原创 2019-02-02 11:05:47 · 468 阅读 · 1 评论 -
A1016
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; struct Bill{ char name[22]; char time[20]; cha...原创 2019-02-02 11:08:25 · 208 阅读 · 0 评论 -
A1058
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; const int maxn=1010; int main() { int g1,g2,s1,s2,k1,k2; scanf("%d.%d.%d %d...原创 2019-01-08 12:50:41 · 226 阅读 · 0 评论 -
A1036
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<cstdlib> using namespace std; int main() { char name[12],id[12],n[2][12],i[2][12]; ...原创 2019-01-08 12:17:49 · 222 阅读 · 0 评论 -
A1012
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<algorithm> using namespace std; const int maxn=2010; int sign=0; char str[]={'A','C','M',...原创 2019-01-10 13:52:19 · 245 阅读 · 0 评论 -
A1025
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<algorithm> using namespace std; const int maxn=30010; struct Student{ char id[15]; ...原创 2019-01-10 21:54:40 · 249 阅读 · 0 评论 -
A1028
#include<iostream> #include<cstdio> #include<cstring> #include<string> #include<algorithm> using namespace std; const int maxn=100010; struct Student{ char id[8],nam...原创 2019-01-10 22:03:53 · 230 阅读 · 0 评论 -
A1055
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; struct People{ char name[10]; int age; int mon...原创 2019-01-10 22:31:45 · 300 阅读 · 0 评论 -
A1042
#include<cstdio> #include<iostream> using namespace std; const int N=54; char str[5]={'S','H','C','D','J'}; int main() { int K; int startV[N+3],endV[N+3],next[N+3]; scanf("%d...原创 2019-01-02 17:08:42 · 427 阅读 · 0 评论 -
A1065
#include<cstdio> #include<iostream> using namespace std; int main() { int T,i=1; scanf("%d",&T); long long a,b,c; while(T--){ scanf("%lld%lld%lld",&a,&...原创 2019-01-03 11:58:02 · 229 阅读 · 1 评论 -
A1046
#include<cstdio> #include<iostream> using namespace std; int d[100010]; int main() { int N; scanf("%d",&N); d[1]=0; for(int i=2;i<=N+1;i++){ int dis; ...原创 2019-01-03 11:58:27 · 318 阅读 · 0 评论 -
A1002
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<cstdlib> using namespace std; struct Poly{ int exp; double coe; Poly* next; }*...原创 2019-01-03 13:09:07 · 262 阅读 · 0 评论 -
A1009
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; int main() { double a[1010]={0},b[1010]={0},r[2010]={0}; int n,e; double...原创 2019-01-03 13:21:04 · 1817 阅读 · 0 评论 -
A1011
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<cstdlib> using namespace std; int main() { double profit=1; double win,tie,lose; ...原创 2019-01-03 14:49:20 · 259 阅读 · 0 评论 -
A1006
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; const int maxn=1010; struct Betting{ char id[20]; char lin[12]; char lout[...原创 2019-01-03 14:52:21 · 254 阅读 · 0 评论 -
A1075
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; const int maxn=10010; struct User{ int id; int gra...原创 2019-01-13 13:07:28 · 275 阅读 · 0 评论 -
A1031
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> using namespace std; const int maxn=1010; int main() { char str[100]; scanf("%s",str); int l...原创 2019-01-08 12:17:30 · 217 阅读 · 0 评论 -
A1084
#include<iostream> #include<cstdio> #include<cstring> #include<cmath> #include<algorithm> using namespace std; const int maxn=100; bool flag[maxn]={false}; int isHash(c...原创 2019-02-06 17:25:59 · 235 阅读 · 0 评论
分享