3 solutions

  • -10
    @ 2025-5-10 17:20:15

    思路

    此题考察的知识点很基础,只需输出 hellohello worldworld 即可。

    代码

    #include <bits/stdc++.h>
    using namespace std;
    
    int main() {
    	cout<<"hello world";
    	return 0;
    }
    
    • @ 2025-5-10 17:23:07

      温馨提示:不要直接拿洛谷上的直接交

Information

ID
115
Time
1000ms
Memory
32MiB
Difficulty
4
Tags
# Submissions
112
Accepted
50
Uploaded By