#include using namespace std; int main() { float r; scanf("%f",&r); printf("%0.3f",r); return 0; }
使用您的 aoj 通用账户