#include using namespace std; int main() { double b=2323.34345; printf("%20.2lf\n",b); return 0; }