Problem G: python0.2 找钱

Problem G: python0.2 找钱

[Creator : ]
Time Limit : 1.000 sec  Memory Limit : 128 MB

Description

小明用一张一百元的人民币去买x(x<33) 支笔,一支笔3块钱,请问店家应该找回多少钱给小明?
输入一行一个整数x
输出一行一个整数,店家要找多少钱

Input

10

Output

70

Sample Input Copy

1

Sample Output Copy

97