安装 Steam						
					
				
				
									登录
											 | 
						语言
						
																																															繁體中文(繁体中文)
																													日本語(日语)
																													한국어(韩语)
																													ไทย(泰语)
																													български(保加利亚语)
																													Čeština(捷克语)
																													Dansk(丹麦语)
																													Deutsch(德语)
																													English(英语)
																													Español-España(西班牙语 - 西班牙)
																													Español - Latinoamérica(西班牙语 - 拉丁美洲)
																													Ελληνικά(希腊语)
																													Français(法语)
																													Italiano(意大利语)
																													Bahasa Indonesia(印度尼西亚语)
																													Magyar(匈牙利语)
																													Nederlands(荷兰语)
																													Norsk(挪威语)
																													Polski(波兰语)
																													Português(葡萄牙语 - 葡萄牙)
																													Português-Brasil(葡萄牙语 - 巴西)
																													Română(罗马尼亚语)
																													Русский(俄语)
																													Suomi(芬兰语)
																													Svenska(瑞典语)
																													Türkçe(土耳其语)
																													Tiếng Việt(越南语)
																													Українська(乌克兰语)
																									报告翻译问题
							
						
 
											 
													

 
						 
						 
						

 
			 
						





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://psteamcommunity.yuanyoumao.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://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=2461518431