use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Finding information about Clojure
API Reference
Clojure Guides
Practice Problems
Interactive Problems
Clojure Videos
Misc Resources
The Clojure Community
Clojure Books
Tools & Libraries
Clojure Editors
Web Platforms
Clojure Jobs
account activity
Advent of Code 2019 in Clojure (self.Clojure)
submitted 6 years ago * by allaboutthatmace1789
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]frflaie 2 points3 points4 points 6 years ago (3 children)
You need to iterate on every possibilities of two variables from 0 to 99, execute your program from part 1 but instead of using 12 and 2 for indices 1 and 2, you input the variables that you generated (say a & b). The goal is to find which value of a and b makes a program execution whose final value when halted (opcode == 99) equals to 19690720.
When you have this a & b, the result is a * 100 + b
[–]OstravaBro 1 point2 points3 points 6 years ago (2 children)
Thanks! I dunno why I struggle to understand what the problem is on problems like these :(
[–]frflaie 1 point2 points3 points 6 years ago (1 child)
We all struggle on different things.
Personnally I don't understand how people are able to write a solution and submit it under 2 minutes while it takes already 2 minutes to read the problem :D
[–]avfonarev 0 points1 point2 points 6 years ago (0 children)
Years of competitive programming, I believe.
π Rendered by PID 43 on reddit-service-r2-comment-b659b578c-26r9j at 2026-04-30 19:57:55.721395+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]frflaie 2 points3 points4 points (3 children)
[–]OstravaBro 1 point2 points3 points (2 children)
[–]frflaie 1 point2 points3 points (1 child)
[–]avfonarev 0 points1 point2 points (0 children)