#include using namespace std; int main() { double S,K; cin >> S >> K; printf("%lf1000%lf\n",S/100,K); // your code goes here return 0; }