当前位置:首页
> Luz 第2900页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Yes, several questions
Write a program to judge the user's judgment, and answer several questions correctly.explain:1 -- the standard answer is…
PROGRAMMING:Making rater
This topic to write a rater. After creating an exam, when you enter the total number of questions and the number of wron…
PROGRAMMING:Find the stack in and stack out sequence of sequence a
The input sequence is 1,2,3,4,..., N. judge whether the sequence a can be obtained through a stack, and output the proce…
PROGRAMMING:Yes, several questions (single topic)
Write a program to judge whether the user has answered several questions correctly.explain:1 -- take ten judgment questi…
PROGRAMMING:Compare the size of three integers with a pointer
This is a programming problem template. Please write the title description here. For example, input 3 integers and outpu…
PROGRAMMING:Using reference variables as formal parameters, three integers can be output from small to large
Using reference variables as formal parameters, three integers can be output from small to large###Input format:Please w…
PROGRAMMING:Compare the size of 10 strings and output from small to large
This problem requires the preparation of a function to realize the sorting of strings. The specific input and output of…
PROGRAMMING:Swap two strings
###Input format:String 1String 2###Output format:String 1String 2###Input example:Here is a set of inputs. For example:`…
PROGRAMMING:Input 3 strings and output them in descending order (using function and pointer)
This topic requires reading in three strings, and then output three strings by sorting from small to large. See "sample"…
PROGRAMMING:N personal circle, looking for 3 games
There are n people in a circle, in order. Start counting from the first person (counting from 1 to 3)The people who got…