7 条题解

  • 2
    @ 2025-2-10 13:51:13
    1. #include<bits/stdc++.h>
    using namespace std;
    #define LL long long
    const int N = 1e5 + 10;
    const int INF = 0x3f3f3f3f;
    int x;
    int main()
    {
        cin >> x;
        cout << x << " " << x * 10;
    	return 0;
    }
    //菜鸟驿站
    //老六专属
    
    

    信息

    ID
    2720
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    648
    已通过
    260
    上传者