Saving Time in Programming Contest
Problem Description At present Minhajur Rahman Khan is in great problem. In 2006 Minhajur Rahman Khan made a website named http://www.amarpata.com for the students of...
Formated Input/Output in Java
In programming contest we have to use file to read data in different format and sometimes we have to write the output in a file....
Unformatted Input/Output in C++
In programming contest we have to use file to read data in different format and sometimes we have to write the output in a file....
Formatted Input/Output in C for Programming Contest
In programming contest we have to use file to read data in different format and sometimes we have to write the output in a file....
Basic Things in Programming Contest
In the past there were more simpler problems in programming contest than present. Day by day the problems are becoming hard. So if you are...
Constants in VB .NET
Sometime we want to use fixed value for specified variable. For this purpose we can use constants in VB .NET as follows: Const MAX_STUDENTS As...