4 条题解

  • 0
    @ 2026-5-16 10:43:59

    #include <bits/stdc++.h> using namespace std;

    int main() { cout<<"Nice to meet you"<<endl; cout<<"Nice to meet you too"<<endl;

    return 0;
    

    }

    信息

    ID
    18205
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    (无)
    递交数
    226
    已通过
    152
    上传者