Archivist
문제
The team of problemsetters of Northwestern Russia Regional Contest welcomes you! Our regional contest was founded in 1995 under the name "Collegiate Programming Championship of St Petersburg". Here is the list of the contest winners:
- 1995: ITMO
- 1996: SPbSU
- 1997: SPbSU
- 1998: ITMO
- 1999: ITMO
- 2000: SPbSU
- 2001: ITMO
- 2002: ITMO
- 2003: ITMO
- 2004: ITMO
- 2005: ITMO
- 2006: PetrSU, ITMO
- 2007: SPbSU
- 2008: SPbSU
- 2009: ITMO
- 2010: ITMO
- 2011: ITMO
- 2012: ITMO
- 2013: SPbSU
- 2014: ITMO
- 2015: ITMO
- 2016: ITMO
- 2017: ITMO
- 2018: SPbSU
- 2019: ITMO
Help the contest archivist to remember the results of each contest and write a program that will read the year and print contest winners of that year in exactly the same format as above.
입력
The only line of input contains a single integer (), denoting the year. You don't need to process year numbers less than or greater than , or incorrect year formats. It is guaranteed that you will be given a number between and , inclusive.
출력
Print the winner of the contest in year exactly in the same format as in the list above.
예제
예제 1
2006
PetrSU, ITMO
예제 2
2019
ITMO
예제 3
2018
SPbSU
예제 4
2003
ITMO