local SomaValores integer; SomaValores = 3 for i=3 to 1000 if(SomaValores%i=0 or SomaValores%5=0) then SomaValores=SomaValores+i; end if end
Standard input is empty
Standard output is empty
Error: near line 1: near "local": syntax error Error: near line 2: near "SomaValores": syntax error Error: incomplete SQL: end if end