Run ID:90965
提交时间:2024-09-20 18:50:31
#include<iostream> using namespace std; int main(){ int q1; cin>>q1; cout<<q1; return 0; }