#include <iostream> int main() { double x; std::cin >> x; std::cout << x/2.54 << "\n";}
1.1
0.433071
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!