Run ID:105972

提交时间:2025-01-15 10:32:19

#include<iostream> using namespace std; int main(){ float xy; cin>>xy; cout<<xy<<endl; return 0; }