Author: ACMer
The problem is from Timus Online Judge: . The problem asks you to print the square root in reverse order. Pay attention to the input size, which is no …
On windows command shell, there are two useful commands: assoc and ftype. These two commands relate to each other and kinda work in opposite directions. Assoc Assoc displays or modifies …
Up to now, we have 5 tutorials on C programming for 6502 platforms (e.g. NES). but we haven’t touched the field of handling inputs yet. Without inputs, a program …
Remember a couple days ago, we discussed the O(n) and O(n^2) solutions to Single Number ? Question: Given an array of integers, every element appears three times except for one. Find …
Previous four tutorials are preparation for coding games on 6502 platform. Now, it is time to move a bit forward onto the NES hardware programming. NES Family Computer has …