写这个主要是为了凑(BZOJ)题解用的,不用在意.跳过即可
#include<bits/stdc++.h> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; }