Type: RemoteJudge 1000ms 64MiB

练28.1 多边形内角和

You cannot submit for this problem because the contest is ended. You can click "Open in Problem Set" to view this problem in normal mode.

说明

在欧几里德几何中,n 边形的内角和是(n-2)×180°。
现在已经知道其中 (n-1) 个内角的度数,请编写一个程序,计算出剩下的一个未知内角的度数。

输入格式

第 1 行只有一个整数 n (3≤n≤20)。
第 2 行有 (n-1) 个正整数,是每个已知内角的度数。相邻两个整数之间用单个空格隔开。数据保证给定多边形合法。

输出格式

一个正整数,为未知内角的度数。

样例

3
45 60
75

周六10:30

Not Attended
Status
Done
Rule
ACM/ICPC
Problem
11
Start at
2023-12-9 10:00
End at
2023-12-9 12:00
Duration
2 hour(s)
Host
Partic.
2