Eternity_G
Eternity_G
全部文章
PTA
AtCoder/Codeforces(25)
c++(1)
CCF(25)
c语言(5)
java(1)
JAVA的自学之路(31)
LeetCode(5)
switch(1)
《编程谜题》(4)
复变函数与积分变换(2)
头歌(15)
字符串(1)
指针(1)
数据库(4)
数据结构(36)
洛谷(12)
笔记(24)
算法竞赛(12)
链表(2)
队列(1)
归档
标签
去牛客网
登录
/
注册
Eternity_G的博客
全部文章
/ PTA
(共62篇)
2021-3-27 【数据结构-起步能力自测题】【】
每日三百行代码 第二十二天 #include<stdio.h> int main() { int i,j=1,x=0,y=0,rest,N; char C; scanf("%d %c",&N,&C); while(2*j*j-1&...
2022-04-18
0
521
2021-3-28 【团体程序设计天梯赛-练习集】【25分】【五道题】
每日三百行代码 第二十三天 #include <iostream> #include <queue> #include <cstring> #include <stack> #include <algorithm> using nam...
2022-04-18
0
362
2021-3-29 【PTA】【天梯赛】【25分】
每日三百行代码 第二十四天 #include<bits/stdc++.h> using namespace std; const int maxn = 30; int a[maxn + 10], b[maxn + 10]; map<int, int>L, R; ...
2022-04-18
0
300
2021-3-31 【PTA】【天梯赛】【25分】
每日三百行代码 第二十六天 #include<bits/stdc++.h> using namespace std; const int maxn = 510; vector<int> edge[maxn]; bool book[maxn] = { false};...
2022-04-18
0
300
2021-4-1 【天梯赛】【PTA】
每日三百行代码 第二十七天 在这里插入代码片 #include<iostream> #include<math.h> #include<string.h> using namespace std; const int maxn = 100005; cons...
2022-04-18
0
300
2021-4-2 【PTA】【天梯赛】
每日三百行代码 第二十八天 #include<bits/stdc++.h> using namespace std; const int maxn=510; // int g[maxn][maxn]; vector<int> tu[maxn]; int main(){ ...
2022-04-18
0
294
2021-4-10 【天梯赛】【前世档案】
#include<stdio.h> #include<math.h> int main(){ int n,m,num; scanf("%d %d",&m,&n); getchar();//吸收回车 ...
2022-04-18
0
311
2021-4-13 【PTA】【刮刮彩票】
#include<stdio.h> #define SIZE 3 int main(void) { int m, n, p1, q1, p2, q2, p3, q3, o, x, y, z, s = 0, d = 0, f = 0, g = 0,w1,e1,w2,e2,w...
2022-04-18
0
422
2021-4-15【PTA】【 最长对称子串】
#include<bits/stdc++.h> using namespace std; int main(){ string s; int max=1; string a="",b="",c="",a1="&...
2022-04-18
0
414
2021-4-16 【PTA】【A-B】
#include<bits/stdc++.h> using namespace std; int main(){ string str,s; int pos; getline(cin,str);//输入两个字符串 getline(cin,s); ...
2022-04-18
0
316
首页
上一页
1
2
3
4
5
6
7
下一页
末页