codeforces
文章平均质量分 93
.Seven
这个作者很懒,什么都没留下…
展开
-
Codeforces Round #679 题目 :Shurikens
#include<bits/stdc++.h>using namespace std;#define pb push_back#define fast ios_base::sync_with_stdio(0), cin.tie(0),cout.tie(0)int n;int a[100010],b[100010],c[200010],vv[200010];int vis[200010];string s;int main(){ cin>>n;int v;...原创 2020-10-26 19:08:12 · 188 阅读 · 0 评论 -
Codeforces Round #640 (Div. 4)
好长时间没来博客了 cf第一次div4 写个题解吧 嘿嘿A. Sum of Round Numberstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputA positive (strictly greater than zero) integer is called round if it is of the form d00…0. In oth原创 2020-05-10 15:51:07 · 401 阅读 · 0 评论 -
Codeforces Round #610 (Div. 2)
A. Temporarily unavailabletime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputPolycarp lives on the coordinate axis Ox and travels from the point ...原创 2019-12-25 01:26:52 · 294 阅读 · 0 评论 -
Codeforces Round #609 (Div. 2)
A. Equationtime limit per test3 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputLet’s call a positive integer composite if it has at least one divisor other than ...原创 2019-12-25 01:23:33 · 309 阅读 · 0 评论 -
Educational Codeforces Round 78 (Rated for Div. 2)
A. Shuffle Hashingtime limit per test2 secondsmemory limit per test256 megabytesinputstandard inputoutputstandard outputPolycarp has built his own web service. Being a modern web service it inclu...原创 2019-12-20 02:27:10 · 261 阅读 · 0 评论 -
Codeforces Global Round 6
C. Diverse Matrixtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputLet a be a matrix of size r×c containing positive integers, not necessarily d...原创 2019-12-18 20:12:31 · 153 阅读 · 0 评论 -
Codeforces Round #608 (Div. 2)
A. Suitstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputA new delivery of clothing has arrived today to the clothing store. This delivery cons...原创 2019-12-16 13:11:02 · 444 阅读 · 0 评论 -
Codeforces Round #607 (Div. 2)
A. Suffix Threetime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputWe just discovered a new data structure in our research group: a suffix three!...原创 2019-12-15 15:32:34 · 813 阅读 · 1 评论 -
Codeforces Round #606 (Div. 2, based on Technocup 2020 Elimination Round 4)
A. Happy Birthday, Polycarp!time limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputHooray! Polycarp turned n years old! The Technocup Team sincerely ...原创 2019-12-14 22:13:42 · 561 阅读 · 0 评论 -
Codeforces Round #605 (Div. 3)
A. Three Friendstime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputThree friends are going to meet each other. Initially, the first friend stays ...原创 2019-12-13 00:59:30 · 524 阅读 · 0 评论 -
Educational Codeforces Round 77 (Rated for Div. 2)
A. Heatingtime limit per test1 secondmemory limit per test256 megabytesinputstandard inputoutputstandard outputSeveral days ago you bought a new house and now you are planning to start a renovati...原创 2019-11-28 01:24:48 · 195 阅读 · 0 评论