Run ID:95238
提交时间:2024-10-27 10:23:05
#include<iostream> using namespace std; int main(){ int n,x,y; cin>>n>>x>>y; cout<<n-xy; return 0; }