#include <stdio.h> int main(){ int price,discount; double money; if (scanf("%d %d",&price,&discount)!=EOF){ money = price*discount/10.0; printf("%.2f",money); }else{ printf("input wrong");} return 0;}
系统当前共有 481 篇文章
系统当前共有 481 篇文章