Run ID:105973

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

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