Run ID:152898
提交时间:2026-05-05 14:43:52
#include<iostream>; using namespace std; int main() { double a,b; int k; cin>>a>>b; printf("%.2lf",a-b*k); }