随笔分类 -  AtCoder题解

摘要:A-Cabbages # include "iostream" # include "cstdio" using namespace std; int N,A,X,Y; int main(){ scanf("%d%d%d%d",&N,&A,&X,&Y); printf("%d",N>=A?A*X+( 阅读全文
posted @ 2021-07-21 00:38 FJ-Frank 阅读(96) 评论(0) 推荐(0)
摘要:C - *3 or /2 Time limit : 2sec / Memory limit : 1000MB Score: 300 points Problem Statement As AtCoder Beginner Contest 100 is taking place, the office 阅读全文
posted @ 2018-06-17 14:35 FJ-Frank 阅读(223) 评论(0) 推荐(0)
摘要:B - Ringo's Favorite Numbers Time limit : 2sec / Memory limit : 1000MB Score: 200 points Problem Statement Today, the memorable AtCoder Beginner Conte 阅读全文
posted @ 2018-06-17 14:21 FJ-Frank 阅读(360) 评论(0) 推荐(0)
摘要:A - Happy Birthday! Time limit : 2sec / Memory limit : 1000MB Score: 100 points Problem Statement E869120's and square1001's 16-th birthday is coming 阅读全文
posted @ 2018-06-17 14:12 FJ-Frank 阅读(348) 评论(0) 推荐(0)
摘要:D - Good Grid Time limit : 2sec / Memory limit : 256MB Score : 400 points Problem Statement There is a grid with N rows and N columns of squares. Let  阅读全文
posted @ 2018-06-11 11:09 FJ-Frank 阅读(465) 评论(0) 推荐(0)
摘要:C - Strange Bank Time limit : 2sec / Memory limit : 256MB Score : 300 points Problem Statement To make it difficult to withdraw money, a certain bank 阅读全文
posted @ 2018-06-11 10:37 FJ-Frank 阅读(411) 评论(0) 推荐(0)
摘要:B - Stone Monument Time limit : 2sec / Memory limit : 256MB Score : 200 points Problem Statement In some village, there are 999 towers that are 1,(1+2 阅读全文
posted @ 2018-06-10 23:00 FJ-Frank 阅读(348) 评论(0) 推荐(0)
摘要:A - ABD Time limit : 2sec / Memory limit : 256MB Score : 100 points Problem Statement Decades have passed since the beginning of AtCoder Beginner Cont 阅读全文
posted @ 2018-06-10 22:42 FJ-Frank 阅读(320) 评论(0) 推荐(0)
摘要:D - Xor Sum 2 Time limit : 2sec / Memory limit : 1024MB Score : 500 points Problem Statement There is an integer sequence A of length N. Find the numb 阅读全文
posted @ 2018-06-07 09:08 FJ-Frank 阅读(369) 评论(0) 推荐(0)
摘要:C - Attention Time limit : 2sec / Memory limit : 1024MB Score : 300 points Problem Statement There are N people standing in a row from west to east. E 阅读全文
posted @ 2018-06-07 00:14 FJ-Frank 阅读(315) 评论(0) 推荐(0)
摘要:B - Cut and Count Time limit : 2sec / Memory limit : 1024MB Score : 200 points Problem Statement You are given a string S of length N consisting of lo 阅读全文
posted @ 2018-06-06 21:31 FJ-Frank 阅读(324) 评论(0) 推荐(0)
摘要:A - Add Sub Mul Time limit : 2sec / Memory limit : 1024MB Score : 100 points Problem Statement You are given two integers A and B. Find the largest va 阅读全文
posted @ 2018-06-06 20:11 FJ-Frank 阅读(381) 评论(0) 推荐(0)