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