Advertisement
pgiovanni

Untitled

Sep 19th, 2019
157
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.92 KB | None | 0 0
  1. #include <iostream>
  2. #include <string>
  3. #include <vector>
  4.  
  5.  
  6. using namespace std;
  7.  
  8. void route_ids() {
  9.  
  10.  
  11. vector<vector<string>> route_ids;
  12.  
  13. vector<string> Route_4;
  14.  
  15. vector<string> Route_5;
  16. vector<string> Route_6;
  17. vector<string> Route_11;
  18. vector<string> Route_13;
  19. vector<string> Route_14;
  20. vector<string> Route_15;
  21. vector<string> Route_16;
  22. vector<string> Route_17;
  23. vector<string> Route_18;
  24. vector<string> Route_21;
  25. vector<string> Route_22;
  26. vector<string> Route_23;
  27. vector<string> Route_24;
  28. vector<string> Route_25;
  29. vector<string> Route_28;
  30. vector<string> Route_29;
  31. vector<string> Route_30;
  32. vector<string> Route_32;
  33. vector<string> Route_33;
  34. vector<string> Route_36;
  35.  
  36. for (int i = 1; i < 21; ++i) {
  37.  
  38. route_ids.push_back(Route_4<)
  39.  
  40. }
  41.  
  42. }
  43.  
  44. for (int i = 0; i < 21; ++i) {
  45.  
  46.  
  47.  
  48. }
  49.  
  50.  
  51.  
  52. int main (const int argc, char** argv) {
  53.  
  54. return 0;
  55. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement