- 博客(6)
- 收藏
- 关注
原创 1072 Gas Station (30 分)测试点2 3没过
#include <iostream> #include <string.h> #include <algorithm> #include <cstdio> #include <math.h> #include <string> #include <map> #include <string> #include <stack> #include <queue> #include <s
2021-03-12 23:44:24
256
原创 1018 Public Bike Management
#include <iostream> #include <string.h> #include <algorithm> #include <cstdio> #include <math.h> #include <string> #include <map> #include <string> #include <stack> #include <queue> #include <s
2021-03-12 01:04:30
132
原创 科学计数法
#include <iostream> #include <string.h> #include <algorithm> #include <cstdio> #include <math.h> #include <string> using namespace std; int n; string deal(string str,int& e) { int k=0; while(str.size()>0&&am
2021-02-27 19:51:58
758
原创 PAT1010 Radix
#include <iostream> #include <string.h> #include <algorithm> #include <cstdio> #include <math.h> using namespace std; typedef long long LL; int Map[256]; LL inf=(1LL << 63) - 1; void init() { for(char k='0';k<='9';
2021-02-26 23:20:37
253
原创 1080 Graduate Admission
#include <iostream> #include <string.h> #include <algorithm> #include <cstdio> using namespace std; struct student { int id; int GE; int GI; int avl; int choices[10]; int Rank; }stu[100010]; struct school{ int students[100];
2021-02-23 19:19:45
120
原创 1075 PAT Judge (25 分) 甲级 A1075 测试点2和4纠错
1075 PAT Judge (25 分) #include <iostream> #include <string.h> #include <algorithm> #include <cstdio> using namespace std; struct student { int id; int grade[5]; int zong; bool ac[5]; int acnum; bool isPrint; }stu[100010]; bool
2021-02-22 04:08:50
570
2
空空如也
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅