WEBSITE RETURNED, HOWEVER SUBMIT QUANTITY IS RESTRICTED PER DAY TO VERY LITTLE (UNDER JUDGE0 NEW POLICY, API PROVIDER). Therefore it is very much for you to pay attention TEST CAREFULLY CODE BEFORE SUBMIT.

Category: If - else

Withdrawal from ATM year 2050

Threads: The user to enter an integer is the amount required to withdraw. Condition, withdraw the required amount must <= 200 million and multiples of VND50,000. In ATMs always ensure enough money for customers to withdraw and not limited to the denomination 500.000, 200.000, 100.000

Telephone charges

Threads: Write a program for telephone charges for a household with the following parameters: Mandatory subscription fee is 25 thousand. 600 for each call contract 50 first minute. 400 copper per minute call 150 The next minute. 200 Council for any

triangle

Threads: Write a program to 3 number a, b, c. Check if a, b, c Is 3 edge of the triangle is not? If 3 edge of the triangle, the triangle area calculation formula: where p is half the perimeter of the triangle. Input: One

Days of month

Threads: Please enter a number that 1 the month of the year, print see how many days of the month. Regarded as the month 2 always 28 day. Input: An integer. Output: Number of days in a month. If the month is invalid, then print out “NOT FOUND”. For example 1: input: 1

Max 4

Threads: Input 4 integer, find and print out the largest number of 4 number. Input: A line containing 4 integers separated by spaces. Output: Some of the largest number of 4 number. For example: input: 4 2 6 5 output: 6

Max 2

Threads: Input 2 integer, find and print out the largest number of 2 number. Input: A line containing 2 integers separated by spaces. Output: Some of the largest number of 2 number. For example: input: 4 3 output: 4

Max 3

Threads: Input 3 integer, find and print out the largest number of 3 number. Input: A line containing 3 integers separated by spaces. Output: Some of the largest number of 3 number. (I've added 3 test case for this article, you have done it