Data update
This commit is contained in:
parent
5150844a7d
commit
4bb20c9b71
7735 changed files with 38060 additions and 199180 deletions
|
|
@ -1,11 +1,11 @@
|
|||
-module(solution1).
|
||||
-export([main/0]).
|
||||
babbage(N,E) when N*N rem 1000000 == 269696 ->
|
||||
io:fwrite("~p",[N]);
|
||||
io:fwrite("~p",[N]);
|
||||
babbage(N,E) ->
|
||||
case E of
|
||||
4 -> babbage(N+2,6);
|
||||
6 -> babbage(N+8,4)
|
||||
case E of
|
||||
4 -> babbage(N+2,6);
|
||||
6 -> babbage(N+8,4)
|
||||
end.
|
||||
main()->
|
||||
babbage(4,4).
|
||||
babbage(4,4).
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue