摘要:
题目描述 The cost of taking a taxi in Hangzhou is not a constant for each kilometer you travel: the first 4 kilometers costs 10 yuan (yuan is the monetary 阅读全文
摘要:
题目描述 有三个整数a b c,由键盘输入,输出其中的最大的数。 输入 一行数组,分别为a b c 输出 a b c其中最大的数 输入样例 10 20 30 输出样例 30 分析和代码 根据题意编写代码即可 #include<bits/stdc++.h> using namespace std; i 阅读全文