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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Malicious behavior of sjb

Luz5年前 (2021-05-10)459
Are you ready to face sjb's malice?The initial malicious value is 1, enter n hexadecimal numbers a (0 ˂ = a ˂ = 15), mul…

PROGRAMMING:Zjw series Sun Moon Lake

Luz5年前 (2021-05-10)437
One day, zjw came to Riyuetan. He had heard that Jinpen's tea eggs sold well, so he came to the island of Riyuetan. Zjw,…

PROGRAMMING:String pattern matching (KMP)

Luz5年前 (2021-05-10)447
Given a string text and a pattern string pattern, find the number of times pattern appears in text. The characters in te…

PROGRAMMING:Practice of friend function

Luz5年前 (2021-05-10)413
Define two classes: boat and car, both of which have private integer weight attributes. Define a friend function gettota…

PROGRAMMING:A+B

Luz5年前 (2021-05-10)352
This topic requires reading in 2 integers a and B, and then output their sum.###Input format:Enter 2 integers a and B wi…

PROGRAMMING:Creating undirected graph with adjacency matrix representation

Luz5年前 (2021-05-10)401
The adjacency matrix representation is used to create an undirected graph G, and the degree of each vertex is output in…

PROGRAMMING:Password conversion

Luz5年前 (2021-05-10)392
Enter a capital letter and move it back two positions to encrypt, i.e. a to C, B to D, X to Z, Z to B###Input format:One…

PROGRAMMING:Output an integer in reverse order

Luz5年前 (2021-05-10)468
For a given integer n, output its inverse ordinal.###Input format:Enter an integer n that gives an absolute value of no…

PROGRAMMING:Using foreach to find the sum of arrays

Luz5年前 (2021-05-10)356
Define an integer array a, the length of the array is given by keyboard, and use foreach statement to find the sum of al…

PROGRAMMING:YP of garden

Luz5年前 (2021-05-10)452
Garden came to his university after all kinds of bumps? PY?This problem only needs to output an n * n matrix composed of…