当前位置:首页
> Luz 第2901页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Yet Another Infectious Virus
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
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
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
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
Define structure variables (including year, month and day), and program to realize the following functions:After inputti…
PROGRAMMING:Poisonous wine geometry
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
#include cout˂˂setiosflags(ios::fixed)˂˂setprecision(2);The output data is required to retain two decimal places###Input…
PROGRAMMING:Experiment 3 (1)
###Input format:Timebranchsecond###Output format:###Input example:```insixteenfoureighteen```###Output example:```out16:…
PROGRAMMING:Calculate payment for goods
Two decimal places are reserved after the decimal point of the output data result#include cout ˂˂ setiosflags(ios::fixed…
PROGRAMMING:Expression evaluation
Write a program, input a legal expression from the keyboard, evaluate and output the expression. In order to reduce the…