c

YONAGI 发表于 19小时前 · 关联问题 打折

include<stdio.h>

int main(){

int n; scanf("%d",&n); printf("%.2f",n*95>=300?n*0.85*95:n*95);

}