#4408: 是哪錯了???


s9800140 (刀底是誰)


#include <iostream>
using namespace std ;
int main ()
{
    
    
    
    int a ,b,c ;
  
    while(cin>>a>>b)
    {
    
    c=a+b;
 
    cout<< c ;
    
    }
      
     
     
    
     return 0 ;  
    
    
   
    
   
        }
#4410: Re:是哪錯了???


asas (向諸神與地雷醬獻上祈禱)


你沒換行~~