Skip to content

Commit

Permalink
Create readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ritwiksingh21 authored Oct 13, 2020
1 parent 8edd4c4 commit 8f0293a
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions FashionabLee/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## FashionabLee
##### Link: http://codeforces.com/problemset/problem/1369/A

Lee *thinks* a regular n-sided (convex) polygon is beautiful **if and only if** he can rotate it in such a way that **at least** one of its edges is parallel to the OX-axis and at least one of its edges is parallel to the OY-axis at the same time.<br/>
Recall that a regular n-sided polygon is a convex polygon with n vertices such that all the edges and angles are equal.<br/>
Now he is shopping: the market has t regular polygons. For each of them print YES if it is beautiful and NO otherwise.<br/>

**Input** : The first line contains a single integer t (1 ≤ t ≤ 10^4) — the number of polygons in the market.<br/>
**Output** : For each polygon, print YES if it's beautiful or NO otherwise (case insensitive).

0 comments on commit 8f0293a

Please sign in to comment.