Tag: coding exercise
The problem is from SPOJ Online Judge This problem is for beginner, and we use this to continue practise our LUA skills. -- split a string into array function …
This problem is a tutorial for beginners. I am using this to practise my LUA skills. You can submit the solution to SPOJ in LUA programming language. Almost every …
LUA programming language is lightweight. I am recently learning it and am impressed by how small the final executable is (around 250 KB). The LUA is supposed to be …
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 …
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, …