Line 13:
Line 13:
</code>
</code>
The roads should be printed in asciibetical order of the names according to java.lang.String.compareTo(), with the rule that roads should be compared first by the names of their start points. For
The roads should be printed in asciibetical order of the names according to java.lang.String.compareTo(), with the rule that roads should be compared first by the names of their start points. For
−
two roads with the same starting city, an road is less than another road if its endpoint is asciibetically less than the other road. I
+
two roads with the same starting city, an road is less than another road if its endpoint is asciibetically less than the other road.
−
f the saveMap attribute is present, the current map will be saved to an image file (see saveMap) just like in rangeCities.
+
If the saveMap attribute is present, the current map will be saved to an image file (see saveMap) just like in rangeCities.
== Possible ''<error>'' types ==
== Possible ''<error>'' types ==