Eternity_G
Eternity_G
全部文章
AtCoder...
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的博客
全部文章
/ AtCoder/Codeforces
(共25篇)
2021-9-19【AtCoder Beginner Contest 219】【A-E题解】
1. A - AtCoder Quiz 2 2. B - Maritozzo 3. C - Neo-lexicographic Ordering 4. D - Strange Lunchbox 5. E - Moat A - AtCoder Quiz 2 #include<...
2022-04-18
0
571
2021-9-19 【Codeforces Round #743 (Div. 2)】【A-C】
A. Countdown #include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(0); int t; cin >> t; wh...
2022-04-18
0
279
2021-09-21 【Educational Codeforces Round 114】【A-C代码实现】
Regular Bracket Sequences 队列模拟 #include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(0); int t; cin &...
2022-04-18
0
309
2021-9-26【AtCoder Beginner Contest 220】【A-D题解】
A - Find Multiple #include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(0); int a, b, c; cin >>...
2022-04-18
0
399
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-18【AtCoder Beginner Contest 223】【A-D题解】
A - Exact Price #include<bits/stdc++.h> using namespace std; int main(){ ios::sync_with_stdio(0); int n; cin >> n; ...
2022-04-18
0
336
2021-11-26【Codeforces Round #756 (Div. 3)】【A-C题解】
A. Make Even 题目大意: Polycarp有一个不包含数字0的整数n。他可以对他的数字进行多次(可能是零)的操作。 将n的长度为l的前缀(换句话说,最左边的l个数字)颠倒过来。因此,最左边的数字与左边的第l个数字互换,左边的第二个数字与左边的(l-1)个数字互换,等等。例如,如...
2022-04-18
0
554
2021-11-27【NEC Programming Contest 2021(AtCoder Beginner Contest 229)】【A-D题解】
A - First Grid 题意:两行两列的字符,#代表黑色 .代表白色,黑色总块数>=2,问黑色是否有在同一行或者同一列里,有则输出Yes反之No #include<bits/stdc++.h> using namespace std; typedef long lon...
2022-04-18
0
366
2021-12-3【Educational Codeforces Round 118 (Rated for Div. 2)】【题解A-C】
A. Long Comparison 题目大意 莫诺卡普在白板上写下两个数字。这两个数字都遵循一个特定的格式:一个正整数x,末尾加了p个零。 现在莫诺卡普要求你比较这两个数字。你能帮助他吗? 输入 第一行包含一个整数t( 1 ≤ t ≤ 1 0 4 1≤t≤10^4 1≤t≤104)–测试用...
2022-04-18
0
272
首页
上一页
1
2
3
下一页
末页