You are given a 2 dimensional world map of all the countries (it can not be on a sphere), dated in the 21st century (no dinosaur map allowed!), large enough so that a human can distinguish France and Switzerland.
You must draw segments such that all countries have exactly one segment on it. How many segments do you need at minimum?
A trivial non optimal answer is one segment per country!
But for sure, you can use one segment to touch France, Switzerland, Italy and more.
Here is an example of allowed map:
EDIT, improvement thanks to @Tim Seifert, the type of map you are using must exist and be defined in Wikipedia to avoid that you use a custom map where all countries are aligned :)
EDIT2, improvement thanks to @Ben A. and @bobble, whenever you have a doubt about some part of the map to be a country or not (for instance you could have a doubt about Taiwan but for France, I don't think there is any doubts), you can choose to discard it and avoid putting a segment on it. Or you can consider it to be a country, that is up to you and the former will result in a smaller number of segments. A possible suggestion is to use the list of the 193 member states of the United Nations.

