1 solutions

  • 0
    @ 2025-11-5 15:54:58

    Pascal :

    begin
    writeln('Hello');
    writeln('xuanxuan!');
    end. 
    

    Python :

    # coding=utf-8
    print("Hello")
    print("xuanxuan!")
    
    
    • 1

    Information

    ID
    17323
    Time
    1000ms
    Memory
    128MiB
    Difficulty
    (None)
    Tags
    # Submissions
    0
    Accepted
    0
    Uploaded By