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:Một số được gọi là “phong phú” nếu như tổng các ước số nguyên dương của a (trừ chính a) mà >= a và <= n. Hãy đếm xem có bao nhiêu số “phong phú” trong khoảng [2, n]. For example: Với n = 20 thì kết quả = 2 Ta có 2 cặp
Threads: Enter an array of n elements, Each element receives a value from 1 come 100; Re-export the array after deleting all duplicate elements. Input data: Current 1 integer n, current 2 and n Output Data elements: 1 Single line of values
Threads:Nam là một sinh viên nghiệm game, trong một lần gặp gỡ Ad đã khuyên cậu ấy bỏ game và chỉ cho Nam một phương pháp. Trong vòng N ngày liên tiếp, mỗi ngày cậu phải giảm D phút chơi game. Sau N ngày, cậu đã chơi tổng S thời gian. Sau một thời
Threads: Class 81 Every month, we organize monthly birthday parties for students in the class. Please count the number of students with birthdays in each month of the class 81 Let the class president prepare to buy gifts. Input data includes: 2 current, first line
Threads: Write a program to input an integer array of n elements (1<n<10000). Enter an integer x and position k (0<k<=n+1), Insert number x into position k in the above array. Input: Including 4 current: current 1 Integer n, current 2 n integers separated by spaces, current
Threads: Write a program to input an integer array of n elements (2<n<1000). Change the positions of the largest and smallest numbers in the above sequence. If there are many largest numbers, multiple smallest numbers, then change the position of the largest number to the smallest and smallest numbers
Threads: Write a program to input an array of real numbers consisting of n elements (2<n<1000) which has the least 2 number 0. Calculate the sum of the elements in the middle of the number 0 first and number 0 Final. Input: current 1 including 1 integer n, current 2 n real numbers in it
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 6).
Threads: Total 2 phân số a/b và c/d, sau đó tối giản phân số kết quả thu được Dữ liệu vào: 4 number a,b,c,d (điều kiện 0<a,b,c,d<=10000); Dữ liệu ra: Phân số tối giản e/f Ví dụ: Input 2 5 3 6 xuất ra 9/10 (giải thích 2/5+3/6=27/30=9/10)