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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Yet Another Infectious Virus

Luz5年前 (2021-05-10)394
Nowadays, there is a widely spreading infectious pandemic disease named Coronavirus, which greatly influences all the as…

PROGRAMMING:Set and list, in order from small to large into a dictionary

Luz5年前 (2021-05-10)406
There are two sets and lists of the same length, which are combined into a dictionary from small to large.###Input forma…

PROGRAMMING:Use the structure array to calculate the total average score of 10 students in three courses, and the information of the highest score students

Luz5年前 (2021-05-10)487
The student structure array manages the information of 10 students, including student number, name and three course grad…

PROGRAMMING:Print function to print the student score structure array

Luz5年前 (2021-05-10)379
Write a pirnt function, print student score array, the array has 5 students, each student data has student number num, n…

PROGRAMMING:Use the structure to calculate the number of days

Luz5年前 (2021-05-10)394
Define structure variables (including year, month and day), and program to realize the following functions:After inputti…

PROGRAMMING:Poisonous wine geometry

Luz5年前 (2021-05-10)411
One bottle of 1000 bottles of wine is poisonous, and the drinker will die within 10 minutes (it has nothing to do with t…

PROGRAMMING:Experiment 3 (2) finding the volume of three rectangular columns

Luz5年前 (2021-05-10)402
#include cout˂˂setiosflags(ios::fixed)˂˂setprecision(2);The output data is required to retain two decimal places###Input…

PROGRAMMING:Experiment 3 (1)

Luz5年前 (2021-05-10)398
###Input format:Timebranchsecond###Output format:###Input example:```insixteenfoureighteen```###Output example:```out16:…

PROGRAMMING:Calculate payment for goods

Luz5年前 (2021-05-10)394
Two decimal places are reserved after the decimal point of the output data result#include cout ˂˂ setiosflags(ios::fixed…

PROGRAMMING:Expression evaluation

Luz5年前 (2021-05-10)405
Write a program, input a legal expression from the keyboard, evaluate and output the expression. In order to reduce the…