Run ID:105976
提交时间:2025-01-15 10:33:27
#include<iostream> using namespace std; int main(){ float xy; cin>>xy; cout<<xy<<endl; return 0; }