标签:log main ios return code end div color poj
#include <iostream> int main() { using std::cin; using std::cout; using std::endl; int a,b; cin >> a >> b; cout << a+b << endl; return 0; }
标签:log main ios return code end div color poj
原文地址:http://www.cnblogs.com/Hoyy/p/6710607.html