[UOI 2024 II Stage] Shops
该比赛已结束,您无法在比赛模式下递交该题目。您可以点击“在题库中打开”以普通模式查看和递交本题。
题目描述
Today is Friday. Anton is finally free from school for two days! Anton can go home in two ways:
- by taking the first path, Anton can visit shops;
- by taking the second path, Anton can visit shops.
Anton also knows that there are shops that are encountered on both paths (in both places). Anton is curious about how many shops are there in his city in total? Let's assume that there are no more shops in the city except for these shops.
Help him answer this question.
:::align{center}

Above is one of the possible route options in the second example. :::
输入格式
The first line contains three integers , , () --- the number of shops on the first path, the second path, and on both.
输出格式
Print a single integer --- the total number of shops in the city.
1 2 0
3
9 6 3
12