-->
当前位置:首页 > Luz 第2651页
Luz

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Sorting by function selection

Luz5年前 (2021-05-10)417
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Input a positive integer n (1 ˂ n…

PROGRAMMING:Finds the specified element in an array

Luz5年前 (2021-05-10)522
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Input a positive integer n (1 ˂ n…

PROGRAMMING:Use functions to remove characters from a string

Luz5年前 (2021-05-10)418
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Enter a string STR, and then ente…

PROGRAMMING:Find the largest string

Luz5年前 (2021-05-10)428
Input 5 strings and output the largest one.Output format: printf ("Max is% s / N",);Input and output example: descriptio…

PROGRAMMING:Matrix transpose

Luz5年前 (2021-05-10)423
Transpose a 3 * 3 integer matrix with pointer.It is required to define and call the function void move (int * pointer) t…

PROGRAMMING:Using function to copy string

Luz5年前 (2021-05-10)466
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Input a string t and a positive i…

PROGRAMMING:New key table output

Luz5年前 (2021-05-10)409
There is a one-way linked list, the head pointer is l, and the data field of the node is an integer. The node with odd v…

PROGRAMMING:Time conversion

Luz5年前 (2021-05-10)439
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Input a time value, and then inpu…

PROGRAMMING:Finding the largest K primes within N and their sum

Luz5年前 (2021-05-10)415
This problem requires computing and outputting the largest K primes not exceeding N and their sum.###Input format:Enter…

PROGRAMMING:Organization week information

Luz5年前 (2021-05-10)410
Enter a positive integer repeat (0 ˂ repeat ˂ 10) and perform the following operations:Define a pointer array to organiz…