Category: implementation
The problem is from Timus Online Judge It is a simple and easy exercise, you should output correct word depending on the input integer. No much thing to mess …
Almost every online judge has a “A+B” problem. The first problem (easiest) is often present to allow testing if online judges are working (of course they are!) This problem …
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 …
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 …
November 24, 2013
6502, 8 bit, c / c++, code, compiler, implementation, interpreter / compiler, Nintendo Entertainment System, programming languages, windows
In the last tutorial, I have shown you how to create a ‘Hello World’ program for 6502 CPU (it works perfectly in NES emulator). Now, in this tutorial, I …