#include int main() { unsigned int S,K; std::cin >> S >> K; std::cout << S/100.0 << std::endl; return 0; }