13 条题解

  • 0
    @ 2026-3-29 19:22:35

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

    信息

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