题目
#include<iostream> using namespace std; signed main(){ int a,b; cin>>a>>b; cout<<a-b; return 0; }
提交记录