Data update
This commit is contained in:
parent
4bb20c9b71
commit
cbaf4c4b64
12390 changed files with 318560 additions and 27248 deletions
9
Task/Babbage-problem/HPPPL/babbage-problem.hpppl
Normal file
9
Task/Babbage-problem/HPPPL/babbage-problem.hpppl
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
EXPORT BabbageProblem()
|
||||
BEGIN
|
||||
PRINT();
|
||||
PRINT("BABBAGE PROBLEM:");
|
||||
I := 520;
|
||||
WHILE I*I MOD 1000000 ≠ 269696 DO
|
||||
I := I + 4;
|
||||
END;
|
||||
PRINT("Min X = " + I + " con X² = " + I*I);
|
||||
Loading…
Add table
Add a link
Reference in a new issue