Guest User

Untitled

a guest
Nov 18th, 2017
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. String[][] flights = {
  2. { "Paris", "London", "150" },
  3. { "Paris", "Istanbul", "1100" },
  4. { "Paris", "Dubai", "400" },
  5. { "London", "Tokyo", "1000" },
  6. { "Istanbul", "Dubai", "200" },
  7. { "Dubai", "Tokyo", "200" },
  8. { "Beijing", "Shanghai", "50" },
  9. { "Shanghai", "Beijing", "55" },
  10. { "London", "Beijing", "300" },
  11. { "Beijing", "Tokyo", "120" },
  12. { "Shanghai", "Tokyo", "65" },
  13. };
Add Comment
Please, Sign In to add comment