Skip to content

Instantly share code, notes, and snippets.

@Svastikkka
Created August 20, 2020 07:53
Show Gist options
  • Save Svastikkka/f7da529df7acbb01bf4e9988922cf9ff to your computer and use it in GitHub Desktop.
Save Svastikkka/f7da529df7acbb01bf4e9988922cf9ff to your computer and use it in GitHub Desktop.
t=int(input())
for i in range(t):
n=int(input())
res=abs(n-3)
print(180*(res+1))
@Svastikkka
Copy link
Author

  1. Polygons

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment