当前位置:首页
> Luz 第2827页
Luz 管理员
暂无介绍
89860 篇文章 33 次评论PROGRAMMING:Special tasks
###Task descriptionThe teacher assigned Yu Long a preview task (many C language textbooks do not introduce this knowledg…
PROGRAMMING:Integer size comparison
###Task descriptionEnter two integers and compare their sizes.###Input format:A line containing two integers x and Y sep…
PROGRAMMING:Zhao Zhongrui
###Task descriptionThis topic requires the output as shown in the figure of the character graphics.![ Untitled 1. JPG] (…
PROGRAMMING:Calculate postage
###Task descriptionAccording to the weight of the mail and whether the user chooses to speed up the calculation of posta…
PROGRAMMING:Cycling and walking
###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
###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
###Task description```Given an integer, judge whether it can be divided by 3, 5, 7, and output the following information…
PROGRAMMING:A simple calculator
###Task descriptionA simplest calculator, support +, -, *, / four kinds of operation. Only when the input and output are…
PROGRAMMING:Piecewise function
###Task description```Write a program to calculate the value of the following piecewise function y = f (x).y=-x+2.5;…
PROGRAMMING:Judging triangle
###Task descriptionYu Long encountered many sets of triangle side length data. According to the three side length values…