#include<stdio.h> main(){int hours;scanf("%d",&hours);int heights=146;heights+=hours;printf("%d cm", heights);}
7
153 cm
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!