1 solutions

  • 0
    @ 2025-11-5 15:59:10

    Pascal :

    var
    a,s:integer;
    begin
    for a:=1 to 33 do
    s:=s+a*3;
    write(s);
    end.
    
    
    • 1

    Information

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