Run ID:95242

提交时间:2024-10-27 10:24:37

#include<iostream> using namespace std; int main(){ int n,x,y; cin>>n>>x>>y; cout<<n-x*y; return 0; }