摘要:
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+( 阅读全文
摘要:
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 阅读全文
摘要:
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 阅读全文