有人知道這有麼問題嗎?
#include<iostream>using namespace std;int main(){ int num1,num2; while(1){ cin>>num1>>num2; cout<<num1+num2<<endl; } return 0;}