随笔分类 - 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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要: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
阅读全文
摘要:C - One Quadrillion and One Dalmatians Time Limit: 2 sec / Memory Limit: 1024 MB Score : 300300 points Problem Statement 10000000000000011000000000000
阅读全文
摘要: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
阅读全文
摘要:A - αlphabet Time Limit: 2 sec / Memory Limit: 1024 MB Score : 100 points Problem Statement An uppercase or lowercase English letter αα will be given
阅读全文
摘要: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
阅读全文
摘要:B - Judge Status Summary Time Limit: 2 sec / Memory Limit: 1024 MB Score : 200200 points Problem Statement Takahashi is participating in a programming
阅读全文
摘要: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)
阅读全文