1 solutions

  • 0
    @ 2025-11-5 15:40:47

    Pascal :

    var a,b:string;
    begin
      readln(a);
      readln(b);
      writeln('Hello!',a,'.');
      writeln('Hello!',b,'.');
    end.
    
    • 1

    Information

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