4 solutions

  • 0
    @ 2025-12-15 11:36:38

    #include using namespace std;

    int main() { int a = 1;

    for (int i = 1; i <= a; i++)
    	cout << "你好,世界。";
    return 0;
    

    }

    Information

    ID
    226
    Time
    1000ms
    Memory
    64MiB
    Difficulty
    3
    Tags
    # Submissions
    288
    Accepted
    161
    Uploaded By