135 条题解

  • 0
    @ 2025-4-12 22:14:32

    直接输出即可,如果是刚入门的童鞋请右转这里或者这里

    #include <iostream>
    using namespace std;
    
    signed main()
    {
        ios::sync_with_stdio(false);
        cin.tie(0),cout.tie(0);//这两行是输入输出加速,可写可不写
        cout<<"Hello, MXOJ!";
        return 0;
    }
    

    信息

    ID
    1
    时间
    1000ms
    内存
    512MiB
    难度
    1
    标签
    (无)
    递交数
    3090
    已通过
    1524
    上传者