已解决 徐紫尘 高级光能 1115 #include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a<<" "<<a+b; return 0; } 请问哪里错了?