Problems
218 - Multi Process
SUBMIT PROBLEM

Multi Process

Time Limit: 1 sec

 

The Problem

Make a simple program that reads one variables named N. Now do the process multiply N by 567, then divide the result by 9, then add 7492, then multiply by 235, then divide by 47, then subtract 498. Print the final result.

 

The Input

The input file contains 1 integer numbers N (1<N<40).

 

The Output

Output will show the process value in a separate line.

 

Sample Input

 11

 

Sample Output

 40427

 

 

 

 

Problem Setter: Shahin ShamS

Special Thanks to AKM Sadi