随笔分类 -  AtCoder

摘要:#题解 ##A - ABC Preparation 传送门 解题思路:输出最小的数就行 Code #include<bits/stdc++.h> using namespace std; int main() { int a[4]; for(int i = 0;i < 4; ++i) { scanf 阅读全文
posted @ 2020-12-20 01:08 MangataTS 阅读(146) 评论(0) 推荐(0) 编辑
摘要:D - Wandering Time Limit: 2 sec / Memory Limit: 1024 MB Score : 400 points Problem Statement Given is a number sequence A1,A2,A3,…,AN, which may conta 阅读全文
posted @ 2020-11-09 21:13 MangataTS 阅读(137) 评论(0) 推荐(0) 编辑
摘要:C - To 3 Time Limit: 2 sec / Memory Limit: 1024 MB Score : 300300 points Problem Statement Given is a positive integer N, where none of the digits is  阅读全文
posted @ 2020-11-09 20:39 MangataTS 阅读(140) 评论(0) 推荐(0) 编辑
摘要:B - Almost GCD Time Limit: 2 sec / Memory Limit: 1024 MB Score : 200 points Problem Statement Given is an integer sequence A: A1,A2,A3,…,AN.Let the GC 阅读全文
posted @ 2020-11-09 19:32 MangataTS 阅读(210) 评论(0) 推荐(0) 编辑
摘要:E - Red Scarf Time Limit: 2 sec / Memory Limit: 1024 MB Score : 500500 points Problem Statement There are NN Snuke Cats numbered 1,2,…,N1,2,…,N, where 阅读全文
posted @ 2020-07-15 21:28 MangataTS 阅读(266) 评论(0) 推荐(0) 编辑
摘要:D - Replacing Time Limit: 2 sec / Memory Limit: 1024 MB Score : 400400 points Problem Statement You have a sequence AA composed of NN positive integer 阅读全文
posted @ 2020-07-15 21:18 MangataTS 阅读(195) 评论(0) 推荐(0) 编辑
摘要:C - One Quadrillion and One Dalmatians Time Limit: 2 sec / Memory Limit: 1024 MB Score : 300300 points Problem Statement 10000000000000011000000000000 阅读全文
posted @ 2020-07-15 21:07 MangataTS 阅读(281) 评论(0) 推荐(0) 编辑
摘要:B - Mix Juice Time Limit: 2 sec / Memory Limit: 1024 MB Score : 200200 points Problem Statement A shop sells NN kinds of fruits, Fruit 1,…,N1,…,N, at 阅读全文
posted @ 2020-07-15 20:55 MangataTS 阅读(189) 评论(0) 推荐(0) 编辑
摘要:A - αlphabet Time Limit: 2 sec / Memory Limit: 1024 MB Score : 100 points Problem Statement An uppercase or lowercase English letter αα will be given 阅读全文
posted @ 2020-07-15 20:46 MangataTS 阅读(171) 评论(0) 推荐(0) 编辑
摘要:D - Chat in a Circle Time Limit: 2 sec / Memory Limit: 1024 MB Score: 400400 points Problem Statement Quickly after finishing the tutorial of the onli 阅读全文
posted @ 2020-07-12 22:02 MangataTS 阅读(207) 评论(0) 推荐(0) 编辑
摘要:B - Judge Status Summary Time Limit: 2 sec / Memory Limit: 1024 MB Score : 200200 points Problem Statement Takahashi is participating in a programming 阅读全文
posted @ 2020-07-12 20:58 MangataTS 阅读(331) 评论(0) 推荐(0) 编辑
摘要:A - Payment Time Limit: 2 sec / Memory Limit: 1024 MB Score : 100100 points Problem Statement We will buy a product for NN yen (the currency of Japan) 阅读全文
posted @ 2020-07-12 20:47 MangataTS 阅读(269) 评论(0) 推荐(0) 编辑