Run Code
|
Code Wall
|
Users
|
Misc
|
Feedback
|
About
|
Login
|
Theme
|
Privacy
zad27-notoptimal
//fpc 3.0.0 program zad27; var x : array [1..30000] of byte; var res:longint; var i, j : integer; begin res:=0; for i:=1 to length(x) do begin x[i]:=i; if i>1 then for j:=1 to i-1 do begin if (((x[i]+x[j]) mod 2) = 1) and (((x[i]*x[j]) mod 3) = 0) then res:=res+1; end; end; writeln('res=',res); end.
run
|
edit
|
history
|
help
0
Please
log in
to post a comment.
basketball_player_training
2
translator number system
xFiles
бассейн
факторизация 2019
Fibonacci
chess-5-queens
http://rextester.com/UVQV94798
Menukar nilai1
Please log in to post a comment.