Run ID:97048
提交时间:2024-11-10 11:56:19
#include<iostream> using namespace std; int main() { int sg; cin>>sg; cout<<sg; return 0; }