1 solutions

  • 0
    @ 2025-11-5 15:58:41

    Pascal :

    var
      a,b,c,i:longint;
    begin
      for i:=10000 to 99999 do
      begin
      a:=i*10+7;
      b:=i+700000;
      if a*5=b then
      begin
      write(i);
      break;
      end;
      end;
    end.
    
    • 1

    Information

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