当前位置:首页
> Luz 第2721页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:How many days in a year
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
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
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)
Today, Yangcun is going to hold a "knowledge competition". Many sheep have participated in the competition. The village…
PROGRAMMING:Ranking of employees
1. An employee management system is designed for an insurance company, in which the attributes of employee category ar…
PROGRAMMING:Statistics of final results
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
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
If only one element appears twice in each list, the list will be judged to contain duplicate elements.Programming: n-lin…
PROGRAMMING:Shortest path
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
Finds the longest numeric substring in a string.###Input format:Enter a string.###Output format:Output the longest digit…