Skip to content

Instantly share code, notes, and snippets.

@RezaBidar
Created April 3, 2015 18:07
Show Gist options
  • Save RezaBidar/a8006e67d9eee8101913 to your computer and use it in GitHub Desktop.
Save RezaBidar/a8006e67d9eee8101913 to your computer and use it in GitHub Desktop.
simple acm solution
#include<iostream>
using namespace std ;
int main(){
while(cin >> a >> b){
cout << a + b << endl ;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment