1 solutions

  • 0
    @ 2025-11-5 17:25:28

    Pascal :

    var a,b:integer;
    begin
    readln(a,b);
    if a>b then writeln('Da');
    if a=b then writeln('Deng');
    if a<b then writeln('Xiao');
    end.
    
    • 1

    Information

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