#include using namespace std; int main() { double S,K; cin >> S >> K; cout << S/100 << endl; // your code goes here return 0; }