1 solutions

  • 0
    @ 2025-11-5 15:57:08

    Pascal :

    var st:string;
    begin
      readln(st);
      writeln('Hello ',st,'!');
    end.
    

    Python :

    # coding=utf-8
    a=input()
    print('Hello',a+'!')
    
    • 1

    Information

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