当前位置:首页
> Luz 第2672页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Two numbers from small to large
Input two integers a and B, and output the two numbers from small to large.###Input format:Enter two integers on a line,…
PROGRAMMING:Even times 2 odd times 3
Enter an integer x, if it is even, multiply by 2, otherwise multiply by 3, and then output.###Input format:Enter an inte…
PROGRAMMING:Judge the multiple of 10
Input an integer a, if a is a multiple of 10, then output a.###Input format:Enter 1 integer directly without any additio…
PROGRAMMING:Judge even numbers
Input a positive integer a, if a is even, output yes, otherwise output No.###Input format:Enter a positive integer direc…
PROGRAMMING:Finding the sum of odd numbers between [1,10]
Find the sum of odd numbers between [1,10].###Output format:In one line, output the integer in the order of "sum = resul…
PROGRAMMING:Print n = numbers
According to the given integer n, print n = signs on one line.###Input format:Enter an n value directly without any addi…
PROGRAMMING:Finding the product of even numbers between [1,10]
Find the product of even numbers between [1,10].###Output format:Output in the order of "t = result" in one line, output…
PROGRAMMING:The sum of 10 numbers divisible by 5
Input 10 integers from the keyboard and find the sum of the numbers that can be divided by 5.###Input format:Enter 10 in…
PROGRAMMING:Even number in 10
Input 10 integers from the keyboard and count the number of even integers.###Input format:Enter 10 integers separated by…
PROGRAMMING:Sum of 10 integers
Input 10 integers from the keyboard to get the cumulative sum.###Input format:Enter 10 integers separated by spaces on o…