1 solutions

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

    Pascal :

    var s,p:string;a:integer;
    begin
      readln(s);
      readln(a);
      str(a,p);
      s:=p+' hao shi '+s+'.';
      writeln(s);
    end.
    
    • 1

    Information

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