3 条题解

  • 2
    @ 2025-5-11 11:06:37
    #include<bits/stdc++.h>
    using namespace std;
    int n;
    int main(){
      
    	cin>>n;
    	cout<<n*2;
    	return 0;
    }
    
    

    信息

    ID
    100
    时间
    1000ms
    内存
    128MiB
    难度
    8
    标签
    (无)
    递交数
    12
    已通过
    9
    上传者