11 条题解

  • 1
    @ 2026-7-30 15:29:04
    #include <bits/stdc++.h>
    using namespace std;
    
    int main() {
    	cout << "Hello,World!";
    	return 0;
    }
    
    

    信息

    ID
    11909
    时间
    1000ms
    内存
    128MiB
    难度
    1
    标签
    递交数
    370
    已通过
    116
    上传者