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.
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
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
Threads: Write a program to the radius of the sphere, calculate and print area, volume of the sphere which. Know the formula for calculating the area and volume respectively: S = 4πR^2 và V = (4/3)πR^3. Lay π = 3.14 Input: Some of the radius of the sphere. Head
Threads: Read and write program 2 integer and print out the result of the community (+), Subtraction (-), multiplication (*), division (/). The result of dividing rounded to 2 decimal. Input: A line of 2 integers a, b (other b 0) separate
Threads: Write a program that reads from the keyboard 3 perform integer day, month, and output to the screen in the form of "dd / mm / yyyy". Input: A line of 3 integers separated by a space. Output: A string in the format date: dd / mm / yyyy Example: input: 5 6
Threads: Enter an integer a (a <= 100), Calculate and print out the value of a2, a3, a4 Input: A unique integer a Output: Three of a2, a3, a4 each number separated by spaces. For example: input: 3 output: 9 27 81
Threads: Write a program in seconds, Change the number of seconds into the form "hh:mm:ss”. Input: A single integer. Output: A format string as above. For example: input: 7826 output: 02:10:26
Threads: For 2 integers a, b. Total 2 them know (|a| and |b| <= 10 billion ). Input: A line containing 2 numbers separated by spaces. Output: A unique number is the sum of 2 number. For example: input: 2 3 output: 5
Threads: Enter an integer x. Draw a triangle mark * looks like the example below. Input: An Integer Output: Triangle Example: input: 3 output: *** ** *