#include<bits/stdc++.h> using namespace std; int main(){ int a,b; //定义 cin>>a>>b; //输入 cout<<a+b; //执行 return 0; }
简单的逻辑计算
使用您的 NWOJ 通用账户