#include<iostream> using namespace std; int main() { int A B; cout<<"输入:"; cin>>A>>B; cout<<"输出:"<<A+B<<endl; }