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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:How many days in a year

Luz5年前 (2021-05-10)425
Enter a year from the screen (the year must be a year after 1980), and output the total number of days in the year. If t…

PROGRAMMING:Path judgment

Luz5年前 (2021-05-10)440
Given an undirected graph with n vertices and e edges, judge whether there is a path between the given two vertices.Supp…

PROGRAMMING:Word replacement

Luz5年前 (2021-05-10)384
This paper designs a method to search and replace the words in the string, and realizes the search and replacement of al…

PROGRAMMING:The largest number (Cixi, 2009)

Luz5年前 (2021-05-10)407
Today, Yangcun is going to hold a "knowledge competition". Many sheep have participated in the competition. The village…

PROGRAMMING:Ranking of employees

Luz5年前 (2021-05-10)343
1. An employee management system is designed for an insurance company, in which the attributes of employee category ar…

PROGRAMMING:Statistics of final results

Luz5年前 (2021-05-10)450
The final plan of course selection in programming school is arranged in the afternoon of Friday in the 15th week. Some s…

PROGRAMMING:Ranking statistics of curriculum design

Luz5年前 (2021-05-10)522
The data structure course design takes the group as the unit to reply. Each group has a unique positive integer number a…

PROGRAMMING:Duplicate element lookup

Luz5年前 (2021-05-10)396
If only one element appears twice in each list, the list will be judged to contain duplicate elements.Programming: n-lin…

PROGRAMMING:Shortest path

Luz5年前 (2021-05-10)411
Given an undirected graph with n vertices and e edges, the vertices are numbered from 0 to n − 1. Please determine wheth…

PROGRAMMING:Finds the longest numeric substring in a string

Luz5年前 (2021-05-10)402
Finds the longest numeric substring in a string.###Input format:Enter a string.###Output format:Output the longest digit…