Run ID:153493

提交时间:2026-05-17 18:41:10

#include<iostream> using namespace std; int main(){ int a,b,c; cit>>a>>b>>c; cout<<a-b*c; return 0; }