11 条题解

  • 1
    @ 2025-12-7 20:27:54

    刚做出一道特别难(对于我来说)的题,来一道简单的题放松一下。

    #include <bits/stdc++.h>
    using namespace std;
    int main(){
    	int n;
            cin>>n;
    	cout<<n<<' '<<n*10;
    	return 0;
    }
    

信息

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