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

Luz 管理员

暂无介绍

89860 篇文章 33 次评论

PROGRAMMING:Special tasks

Luz5年前 (2021-05-10)401
###Task descriptionThe teacher assigned Yu Long a preview task (many C language textbooks do not introduce this knowledg…

PROGRAMMING:Integer size comparison

Luz5年前 (2021-05-10)420
###Task descriptionEnter two integers and compare their sizes.###Input format:A line containing two integers x and Y sep…

PROGRAMMING:Zhao Zhongrui

Luz5年前 (2021-05-10)449
###Task descriptionThis topic requires the output as shown in the figure of the character graphics.![ Untitled 1. JPG] (…

PROGRAMMING:Calculate postage

Luz5年前 (2021-05-10)419
###Task descriptionAccording to the weight of the mail and whether the user chooses to speed up the calculation of posta…

PROGRAMMING:Cycling and walking

Luz5年前 (2021-05-10)524
###Task descriptionIn the campus of Peking University, it's very inconvenient to do things in class without a bicycle. B…

PROGRAMMING:There are students who fail in one course

Luz5年前 (2021-05-10)512
###Task descriptionGiven a student's Chinese and mathematics scores, judge whether he just failed a course (score less t…

PROGRAMMING:Judge whether it can be divided by 3, 5, 7

Luz5年前 (2021-05-10)400
###Task description```Given an integer, judge whether it can be divided by 3, 5, 7, and output the following information…

PROGRAMMING:A simple calculator

Luz5年前 (2021-05-10)444
###Task descriptionA simplest calculator, support +, -, *, / four kinds of operation. Only when the input and output are…

PROGRAMMING:Piecewise function

Luz5年前 (2021-05-10)407
###Task description```Write a program to calculate the value of the following piecewise function y = f (x).y=-x+2.5;…

PROGRAMMING:Judging triangle

Luz5年前 (2021-05-10)399
###Task descriptionYu Long encountered many sets of triangle side length data. According to the three side length values…