Guest User

Untitled

a guest
May 26th, 2018
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.93 KB | None | 0 0
  1. struct state CA, WA, NY, MA, IL, QC, CO, UT, GA, NC ,TX ,PA ,ON ,DC ,MI ,WI ,OR ,BC ,OH ,AB ,FL ,MN ,MO ,NV ,AZ ,NS ,AL, OK;
  2. CA.name = "CA";
  3. WA.name = "WA";
  4. MA.name = "MA";
  5. IL.name = "IL";
  6. QC.name = "QC";
  7. CO.name = "CO";
  8. UT.name = "UT";
  9. GA.name = "GA";
  10. NC.name = "NC";
  11. TX.name = "TX";
  12. PA.name = "PA";
  13. ON.name = "ON";
  14. DC.name = "DC";
  15. MI.name = "MI";
  16. WI.name = "WI";
  17. OR.name = "OR";
  18. BC.name = "BC";
  19. OH.name = "OH";
  20. AB.name = "AB";
  21. FL.name = "FL";
  22. MN.name = "MN";
  23. MO.name = "MO";
  24. NV.name = "NV";
  25. AZ.name = "AZ";
  26. NS.name = "NS";
  27. AL.name = "AL";
  28. OK.name = "OK";
  29. CA.cities = "San+Francisco", "Berkeley", "Oakland", "Santa+Clara", "San+Jose","Venice+Beach", "Santa+Monica", "Downtown+L.A.","Los+Angeles","Irvine","Long+Beach","San+Diego";
  30. WA.cities = "Seattle";
  31. NY.cities = "New+York+City";
  32. MA.cities = "Boston";
  33. IL.cities = "Chicago";
  34. QC.cities = "Montréal";
  35. CO.cities = "Boulder", "Denver";
  36. UT.cities = "Salt Lake City","Provo";
  37. GA.cities = "Atlanta";
  38. NC.cities = "Charlotte", "Raleigh", "RTP";
  39. TX.cities = "Austin", "Dallas","Fort+Worth","Houston","San Antonio";
  40. PA.cities = "Pittsburgh","Philadelphia";
  41. ON.cities = "Kitchener","Waterloo","Toronto","Ottawa";
  42. DC.cities = "Washington";
  43. MI.cities = "Ann+Arbor","Ypsilanti";
  44. WI.cities = "Madison";
  45. OR.cities = "Portland";
  46. BC.cities = "Vancouver";
  47. OH.cities = "Columbus","Cleveland";
  48. AB.cities = "Edmonton","Calgary","Miami";
  49. FL.cities = "Tampa", "St.+Petersburg";
  50. MN.cities = "Minneapolis-Saint Paul", "Twin+Cities";
  51. MO.cities = "Kansas+City-Overland+Park", "Kansas+City";
  52. NV.cities = "Las Vegas";
  53. AZ.cities = "Phoenix";
  54. NS.cities = "Halifax";
  55. AL.cities = "Huntsville";
  56. OK.cities = "Oklahoma City";
Add Comment
Please, Sign In to add comment