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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:K-th element

Luz5年前 (2021-05-10)385
Given an unordered integer array with the size of $$n (1 / Leq n / Leq 1000000) $, the same element may exist in the arr…

PROGRAMMING:Sudoku game

Luz5年前 (2021-05-10)389
![ Screenshot of wechat_ 20200510171112.png](~/a76349a7-0d04-43b1-be20-ec89e44db1ac.png)###Input format:**The input test…

PROGRAMMING:Design a loan class that can handle exceptions

Luz5年前 (2021-05-10)369
Define a loan class, in which there are attributes:annualInterestR ate:double , indicating the annual interest rate of t…

PROGRAMMING:Design a tiangle exception class

Luz5年前 (2021-05-10)446
Create an illegaltriangleexception class to deal with the three sides of the triangle. If the sum of any two sides is le…

PROGRAMMING:Geometry lessons

Luz5年前 (2021-05-10)441
Xiao Ming saw that the class week of a course in the timetable was marked like this: 1, 8, 12-17, 3-6. Please write a pr…

PROGRAMMING:A is the virtual base class of A1

Luz5年前 (2021-05-10)433
This topic requires reading in three integers a, B and C, and then complete the related design according to the followin…

PROGRAMMING:Matrix chain multiplication problem

Luz5年前 (2021-05-10)500
The definition of matrix multiplication is as follows: let $$a $$be the matrix of $$m / times p $, and $$B $$be the matr…

PROGRAMMING:Finding the root of quadratic function of one variable

Luz5年前 (2021-05-10)456
This is a programming problem template. Please write the title description here. For example: this topic requires readin…

PROGRAMMING:Count the frequency of keyword in Java program

Luz5年前 (2021-05-10)448
Write a program to count the number of keywords (case sensitive) in an input java source code. The explanation is as fol…

PROGRAMMING:Remove extra space

Luz5年前 (2021-05-10)439
This topic requires reading a line of string, remove the first and last of the extra space output.###Input format:A stri…