Eternity_G
Eternity_G
全部文章
分类
AtCoder/Codeforces(25)
c++(1)
CCF(25)
c语言(5)
java(1)
JAVA的自学之路(31)
LeetCode(5)
PTA(62)
switch(1)
《编程谜题》(4)
复变函数与积分变换(2)
头歌(15)
字符串(1)
指针(1)
数据库(4)
数据结构(36)
洛谷(12)
笔记(24)
算法竞赛(12)
链表(2)
队列(1)
归档
标签
去牛客网
登录
/
注册
Eternity_G的博客
全部文章
(共270篇)
2021-10-04【AtCoder Beginner Contest 221】【A-D题解】
A. Seismic magnitude scales #include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(0); long long a,b; ...
2022-04-18
0
409
2021-10-4【Codeforces Round #746 (Div. 2)】【A-D题解】
A Gamer Hemose #include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(0); int t; cin>>t; while(t--){ ...
2022-04-18
0
438
2021-10-5【数据结构/严蔚敏】【串的定长顺序存储表示】【代码实现算法4.1-4.3实现】
线性表 2021-9-14【数据结构/严蔚敏】【顺序表】【代码实现算法2.1-2.7】 2021-9-18【数据结构/严蔚敏】【单链表】【代码实现算法2.8-2.12】 2021-9-18【数据结构/严蔚敏】【静态链表】【代码实现算法2.13-2.17】 2021-9-19【数据结构/严...
2022-04-18
0
307
2021-10-5【数据结构/严蔚敏】【串的堆分配存储表示】【代码实现算法4.4实现】
线性表 2021-9-14【数据结构/严蔚敏】【顺序表】【代码实现算法2.1-2.7】 2021-9-18【数据结构/严蔚敏】【单链表】【代码实现算法2.8-2.12】 2021-9-18【数据结构/严蔚敏】【静态链表】【代码实现算法2.13-2.17】 2021-9-19【数据结构/严...
2022-04-18
0
329
2021-10-09 【PTA】【乙级】【题解1】
【有问题评论区留言】 1028 人口普查 (20 分) #include <iostream> using namespace std; //1028 人口普查 (20 分) int main() { int n, cnt = 0; cin >>...
2022-04-18
0
301
2021-10-09 【PTA】【乙级】【题解2】
1093 字符串A+B (20 分) //1093 字符串A+B (20 分) #include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(0); string ...
2022-04-18
0
272
2021-10-09 【PTA】【乙级】【题解3】
1015 德才论 (25 分) #include<bits/stdc++.h> using namespace std; //1015 德才论 (25 分) struct student{ string id; int de, cai, sum; in...
2022-04-18
0
339
2021-10-09 【PTA】【乙级】【题解4】
1003我要通过! #include<bits/stdc++.h> using namespace std; //1003我要通过! int main() { string str; int n; cin >> n; for(int i = 0; i <...
2022-04-18
0
534
2021-10-09 【PTA】【乙级】【题解5】
1012 数字分类 (20 分) #include <bits/stdc++.h> using namespace std; //1012 数字分类 (20 分) int main() { int A1 = 0, A2 = 0, A3 = 0, A5 = 0; ...
2022-04-18
0
244
2021-10-15【数据结构/严蔚敏】【二叉树基本实现】
线性表 2021-9-14【数据结构/严蔚敏】【顺序表】【代码实现算法2.1-2.7】 2021-9-18【数据结构/严蔚敏】【单链表】【代码实现算法2.8-2.12】 2021-9-18【数据结构/严蔚敏】【静态链表】【代码实现算法2.13-2.17】 2021-9-19【数据结构/严...
2022-04-18
0
448
首页
上一页
11
12
13
14
15
16
17
18
19
20
下一页
末页