Guest User

Untitled

a guest
Jan 30th, 2013
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.33 KB | None | 0 0
  1. #include <stdio.h>
  2. #include <stdlib.h>
  3. #include <iostream>
  4. #include <queue>
  5. #include <time.h>
  6. #include <vector>
  7. #include <map>
  8. #include <algorithm>
  9. #include <bitset>
  10. #include <pthread.h>
  11.  
  12. #define N 5
  13.  
  14. using namespace std;
  15.  
  16. vector<int> b[N];
  17.  
  18. int main (){
  19.     int i;
  20.  
  21.     cout<<b.size()<<"\n";
  22.  
  23.     return 0;
  24. }
Advertisement
Add Comment
Please, Sign In to add comment