#include <stdio.h> int main(void){ int no; double x; scanf("%d",&no); x=(no-100)*0.9; printf("%5.1f\n",x); return 0;}
175
67.5
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!