自定义博客皮肤VIP专享

*博客头图:

格式为PNG、JPG,宽度*高度大于1920*100像素,不超过2MB,主视觉建议放在右侧,请参照线上博客头图

请上传大于1920*100像素的图片!

博客底图:

图片格式为PNG、JPG,不超过1MB,可上下左右平铺至整个背景

栏目图:

图片格式为PNG、JPG,图片宽度*高度为300*38像素,不超过0.5MB

主标题颜色:

RGB颜色,例如:#AFAFAF

Hover:

RGB颜色,例如:#AFAFAF

副标题颜色:

RGB颜色,例如:#AFAFAF

自定义博客皮肤

-+
  • 博客(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关注的人

提示
确定要删除当前文章?
取消 删除