電電的多面體


Submit solution

Points: 100 (partial)
Time limit: 1.0s
Memory limit: 1G

Author:
Problem type

電電很喜歡多面體
給定一多面體的邊數及角數,求面數
多面體保證是凸多面體

輸入格式

第一行輸入邊數\(E\), 角數\(V\), 以空格格開 沒有第二行 \(E, V ≤ 10^3\)

輸出格式

輸出面數

範例輸入

12 8

範例輸出

6

Comments

There are no comments at the moment.