atcoder#MSOLUTIONS2019A. Sum of Interior Angles
Sum of Interior Angles
Score : points
Problem Statement
Given an integer not less than , find the sum of the interior angles of a regular polygon with sides.
Print the answer in degrees, but do not print units.
Constraints
Input
Input is given from Standard Input in the following format:
Output
Print an integer representing the sum of the interior angles of a regular polygon with sides.
3
180
The sum of the interior angles of a regular triangle is degrees.
100
17640