代码高亮测试 2017-01-06 by fstqwq·0评论 #include <iostream> using namespace std; int main() { int a, b; cin>>a>>b; cout<<a + b<<endl; return 0; }