I came across this simple question: A entry level math question for kids, A, B, C and D are 1-digit number from 0 to 9, find all possibilities for …
March 10, 2014
6502, 8 bit, algorithms, brute force, code, console, emulator, famicom, hardware, implementation, math, Nintendo Entertainment System, programming languages, tools / utilities, vbscript
The other day I tried computation of on 8-bit Famicom Clone SB-2000, which can be detailed here, here, and here. After I got BBG Famicom Clone and here, I …
This is just for fun, and of course for those good memories with 8-bit famicom clones. Subor SB2000 (as described here) is a 8-bit famicom clone with keyboard. Last …
If you are older enough (born in 1970’s or 80’s) you must be familiar with the following picture, which is what it looks like when TV has paused the …
The problem is from SPOJ Online Judge Bruteforce each number from x to n is easy to implement. The 1 second limit is enough for any inputs smaller than 100,000. The …