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