4 条题解

  • 3
    @ 2023-5-29 19:22:43

    输入什么,输出什么,而且还是整数,还范围如此之小

    1,2,3,上代码

    #include<bits/stdc++.h>
    using namespace std;
    int main(){
    	int n;//定义要输入的变量(整形)
    	cin>>n;//输入
    	cout<<n<<endl;//输出
    	return 0;
    }
    

    你学废了吗

    信息

    ID
    2
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    371
    已通过
    290
    上传者