当前位置:首页
> Luz 第2764页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Malicious behavior of sjb
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
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)
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
Define two classes: boat and car, both of which have private integer weight attributes. Define a friend function gettota…
PROGRAMMING:A+B
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
The adjacency matrix representation is used to create an undirected graph G, and the degree of each vertex is output in…
PROGRAMMING:Password conversion
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
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
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
Garden came to his university after all kinds of bumps? PY?This problem only needs to output an n * n matrix composed of…