3 条题解

  • 3
    @ 2025-5-11 11:06:31

    太太太太简单

    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	int n;
    	cin>>n;
    	cout<<a*2;
    	return 0;
    }
    
    • 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;
      }
      
      
      • -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
        难度
        1
        标签
        递交数
        23
        已通过
        33
        上传者