摘要: 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)