Tag: C/C++
Given three integers a, b and c (all of them are 64 bit signed integers, to ), check if a + b > c. Since a + b can …
This simple puzzle is from Timus Online Judge. Despite a lengthy description, the solution is really simple. The number of lines is the number of the seconds he needs …
Previously on writing NES files in CC65 compiler, we have introduced interacting with joysticks, accessing Video RAM etc. This tutorial will tell you the basics of setting colours for …
The compiler from (www.cc65.org) supports compilation for 8bit NES files. The 8bit NES are ROM for 8 bit Nintendo Entertainment System FC (Family Console) and the hardware is very …
This puzzle is from Timus Online Judge and you can submit your solution here. The first line of the input is an integer containing the number of total tests, …