通过次数
0
提交次数
用键盘告诉电脑你的学号,再让电脑在屏幕中输出你的学号。
你的学号
23
#include<bits/stdc++.h> using namespace std; long long a; int main() { cin>>a; cout<<a; return 0; }