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.

Author: nguyenvanquan7826

Prime factors

Threads: Input 1 number, analysis of which achievement of the prime factors. Input: A positive integer. Output: Integrated chain of alternating prime factors by commas *. Factors Descending. For example: input: 6 output: 2*3

Check perfect number

Threads: Write test program 1 there is the perfect number does not? Perfect number is a positive integer equal the sum of the positive divisors 2 times it. example No. 6 the Convention 1, 2, 3, 6 and total 1 + 2 + 3 + 6 = 12 (equal 2 time

Nth Fibonacci number

Threads: Write a program that counts the n th Fibonacci sequence known sequence f(n) = f(n-1) + f(n-2), n > 2 and f(1) = 1, f(2) = 1. Input: A positive integer n single (0 < n <= 50). Output: A single integer f(n). For example: input:

Check primes

Threads: Write test program 1 there is prime number not? Prime number is a positive integer only 2 Convention is 1 and itself. Example No. 2, 3, 5,… Input: A single integer. Output: “TRUE” if it is prime, “FALSE”

Drawing HCN Empty

Threads: Write a program to height, width of the rectangle. Draw a rectangular hollow asterisk (*) size entered. Input: A line of 2 integer n, m separated by spaces respectively the height and width. (2 < n,m) Output: HCN

HCN Special Drawing

Threads: Write a program to height, width of the rectangle. Drawing special rectangular asterisk (*) size entered. Input: A line of 2 positive integers separated by spaces, respectively the height and width. Output: HCN asterisk.