1 条题解

  • 0
    @ 2025-9-9 23:56:59

    Pascal :

    var
    a,b,c,d,e:longint;
    begin
    readln(a,b,c);
    for d:=1 to 2 do
    if a<b then begin e:=b;a:=c;end;
    if a>b then e:=a;
    write(e);
    end.
    
    • 1

    信息

    ID
    2164
    时间
    1000ms
    内存
    128MiB
    难度
    (无)
    标签
    递交数
    0
    已通过
    0
    上传者