4 条题解

  • 0
    @ 2024-3-31 19:55:12

    他让我门输出hello,注意h不要大写

    1. 代码如下:
    #include
    using namespace std;
    int main(){
    	cout<<"hello";
    }
    

    非常的简单!!

    信息

    ID
    12
    时间
    1000ms
    内存
    256MiB
    难度
    1
    标签
    递交数
    68
    已通过
    55
    上传者