#include <bits/stdc++.h> using namespace std; int main() { srand(time(0)); int x=rand(); cout<<x<<".00000000000000000000"<<endl; return 0; }