apps_602
Submit solution
Points:
3
Time limit:
30.0s
Memory limit:
250M
Problem type
Allowed languages
Python
-----Input-----
The input contains a single integer a (1 ≤ a ≤ 40).
-----Output-----
Output a single string.
-----Examples-----
Input 2
Output Adams
Input 8
Output Van Buren
Input 29
Output Harding
Comments