熟悉ZOJ环境,如何上传代码,如何查看结果。
#include<iostream> using namespace std; int main(){ int a,b; while(cin>>a>>b){ cout<<a+b<<endl; } return 0; }