Toggle navigation
HUSTOJ
F.A.Qs
Web Board
ProblemSet
Source/Category
Status
Ranklist
Contest
Recent
Login
Problem1540--学分绩点计算
1540: 学分绩点计算
Time Limit:
1 Sec
Memory Limit:
128 MB
Submit:
1
Solved:
0
[
Submit
] [
Status
] [
Web Board
] [Creator:
]
Description
已知某大学期末考试学分绩点的计算公式为:学分绩点 =(工科数学 * 5 + 英语 * 1.5 + 线性代数 * 3.5)/ 10 请编程从键盘按顺序输入某学生的工科数学、英语和线性代数成绩,计算并输出其学分绩点。
Input
输入提示信息:
Output
输出格式:
Sample Input
Copy
Input math1, English and math2:80,70,100
Sample Output
Copy
Final score = 85.50
Source/Category
63