Founder
Categories
- Ad Hoc (76)
- Beginner (81)
- Data Structures (23)
- Download Ebook (2)
- Download source codes (1)
- Dynamic Programming (2)
- Geometry (1)
- Graph (1)
- Mathematics (12)
- Others (3)
- Paradigms (1)
- Programming logics (1)
- Real Life Problems (1)
- Simulation (1)
- Strings (11)
- UVA Online Judge Solution (4)
- UVA Solution Volume-1 (2)
Saturday, April 30, 2016

URI Online Judge Solution 1060 in Java || Positive Numbers
Main link: https://www.urionlinejudge.com.br/judge/en/problems/view/1060 URI Online Judge | 1060 Positive Numbers Adapted by Neilor Tonin, URI Brazil Timelimit: 1 Write a program that reads 6 numbers. These numbers will only be positive or negative (disregard null values). Print...

URI Online Judge Solution 1059 in C language || Even Numbers
Main link: https://www.urionlinejudge.com.br/judge/en/problems/view/1059 URI Online Judge | 1059 Even Numbers Adapted by Neilor Tonin, URI Brazil Timelimit: 1 Write a program that prints all even numbers between 1 and 100, including them if it is the case....

URI Online Judge Solution 1050 in C language || DDD
URI Online Judge | 1050 DDD Adapted by Neilor Tonin, URI Brazil Timelimit: 1 Read an integer number that is the code number for phone dialing. Then, print the destination according to the following table: If the...

URI Online Judge Solution 1052 in Java language || Month
URI Online Judge | 1052 Month Adapted by Neilor Tonin, URI Brazil Timelimit: 1 Read an integer number between 1 and 12, including. Corresponding to this number, you must print the month of the year, in english,...

URI Online Judge Solution 1051 in Java || Taxes
URI Online Judge | 1051 Taxes By Neilor Tonin, URI Brazil Timelimit: 1 In an imaginary country called Lisarb, all the people are very happy to pay their taxes because they know that doesn’t exist corrupt politicians...

URI Online Judge Solution 1048 in Java language || Salary Increase
URI Online Judge | 1048 Salary Increase By Neilor Tonin, URI Brazil Timelimit: 1 The company ABC decided to give a salary increase to its employees, according to the following table: Read the employee's salary, calculate and...

URI 1047 Solution in C language
URI Online Judge | 1047 Game Time with Minutes Adapted by Neilor Tonin, URI Brazil Timelimit: 1 Read the start time and end time of a game, in hours and minutes (initial hour, initial minute, final hour,...

URI 1044 Solution in C Java language || Multiples
URI Online Judge | 1044 Multiples Adapted by Neilor Tonin, URI Brazil Timelimit: 1 Read two nteger values (A and B). After, the program should print the message "Sao Multiplos" (are multiples) or "Nao sao Multiplos" (aren’t multiples), corresponding to the...

URI 1049 Solution in Java language || Animal
URI Online Judge | 1049 Animal By Neilor Tonin, URI Brazil Timelimit: 1 In this problem, your job is to read three Portuguese words. These words define an animal according to the table below, from left to...

URI Solution 1045 in Java language
URI Online Judge | 1045 Triangle Types Adapted by Neilor Tonin, URI Brazil Timelimit: 1 Read 3 double numbers (A, B and C) representing the sides of a triangle and arrange them in decreasing order, so that...

URI Online Judge Solution 1042 in C C++ and Java language || Simple Sort
URI Online Judge | 1042 Simple Sort Adapted by Neilor Tonin, URI Brazil Timelimit: 1 Read three integers and sort them in ascending order. After, print these values in ascending order, a blank line and then the...

URI Solution 1041 in C C++ and Java language || Coordinates of a Point
URI Online Judge | 1041 Coordinates of a Point Adapted by Neilor Tonin, URI Brazil Timelimit: 1 Write an algorithm that reads two floating values (x and y), which should represent the coordinates of a point in...