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;
    }
    
    
    • 2
      @ 2025-5-11 11:06:31

      太太太太简单

      #include<bits/stdc++.h>
      using namespace std;
      int main()
      {
      	int n;
      	cin>>n;
      	cout<<a*2;
      	return 0;
      }
      
      • -1
        @ 2024-12-29 17:12:51

        观察样例发现,答案就是 n×2n\times2。(好神奇

        #include<bits/stdc++.h>
        #define int long long
        #define INF 0x3f3f3f
        using namespace std;
        int n;
        signed main(){
        	cin>>n;
        	cout<<n*2;
        	return 0;
        }
        
        • 1

        信息

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