Run ID:157651

提交时间:2026-08-11 11:19:23

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