Advertisement
cardel

plantillaMaraton

Sep 27th, 2016
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.22 KB | None | 0 0
  1. #include <iostream>
  2. using namespace std;
  3.  
  4. int main(){
  5.     int primerNumero, segundoNumero, aux, max;
  6.    
  7.     //Capturar entradas hasta que sea posible  
  8.     while(cin >> primerNumero >> segundoNumero){
  9.         //Ingresar su código
  10.     }
  11. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement