fork download
  1. local SomaValores integer;
  2. SomaValores = 3
  3. for i=3 to 1000
  4. if(SomaValores%i=0 or SomaValores%5=0) then
  5. SomaValores=SomaValores+i;
  6. end if
  7. end
Runtime error #stdin #stdout #stderr 0s 3352KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: near "local": syntax error
Error: near line 2: near "SomaValores": syntax error
Error: incomplete SQL: end if
end