Problems
10094 - 3N + 7
SUBMIT PROBLEM

3N + 7

Time Limit: 1 sec

 

The Problem

Little Shan is learning Math. He write a function like that

 

F(N) = 3N + 7

 

Given N, you need to calculate the value of F(N).

 

The Input

The input file contains only one integer number N (0<N<=100).

 

The Output

For input N you need to print the value of F(N) in a separate line.

 

Sample Input

2

 

Sample Output

13

 

 

 

[College Level]

ISCPC 2017 Preliminary

Problem Setter: Shahin ShamS