Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
156
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.38 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3. #include <cstring>
  4. #include <vector>
  5. #include <algorithm>
  6. #include <math.h>
  7. #include <list>
  8. #include <map>
  9. using namespace std;
  10.  
  11.  
  12. int main(){
  13.     int n=0;
  14.     int x=0;
  15.     int y=0;
  16.  
  17.  
  18.     cin >> n;
  19.  
  20.     for (int i=0;i<n;i++){
  21.         int suma[10000]={0};
  22.         int tab[10000]={0};
  23.         int tab2[10000]={0};
  24.         cin >> x;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement