#A0312G. 多边形内角和

多边形内角和

Description

一个 n 条边的多边形,其内角和公式为 180×(n−2)。给定 n,请计算并输出 n 边形的内角和。

Input Format

单个整数n:表示多边形边的数量 。

Output Format

单个整数:表示 n 边形的内角和。

3
180
5
540

Source

信奥星OJ http://127.0.0.1