1 solutions

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

    Pascal :

    var a:string; b,c,d:integer;
    begin
      read(a);
      read(b,c,d);
      write(a, ' ' ,b, ' ' ,c,'CM', ' ' ,d,'Kg');
    end.
    
    • 1

    Information

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