Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
Out.R should be floor(In/25). I.e. return the quotient to In divided by 25 to OUT.R.
Take the Out.R values. Return the number of consecutive values, followed by the values themselves.
For example: The sequence 0,0,0,0,0,0,0,0,1,1,1,1,2,2,2,0,0 has 8 zeros, then 4 ones, then 3 twos, then two zeros. Out.E should be 8,0,4,1,3,2,2,0.
https://youtu.be/9eTEs821p3k
(999^5) / (4000 counts / second) / 60 / 60 / 60 / 24 / 365 =~131 years
still a long time
It uses nested counters that wait on the previous one. Once the final counter expires, it sends a signal back up the chain to start sending the actual data
this should run for at least 999^5 cycles, and take about 10 thousand years to complete.
https://sp.zhabite.com/sharedfiles/filedetails/?id=2628363009
the trick is to use the upper node to load the values into the memory and have the memory blocks communicating to output the values to the bottom exit node
https://sp.zhabite.com/sharedfiles/filedetails/?id=2461518431