1 条题解

  • 0
    @ 2025-4-14 18:41:37

    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
    3040
    时间
    1000ms
    内存
    128MiB
    难度
    (无)
    标签
    递交数
    0
    已通过
    0
    上传者