计厚泽 修练者 题目链接: 酷町堂:4034 #include<iostream> using namespace std; int main(){ double a; cin>>a; cout<<(int)a<<endl<<(double)a; return 0; }