Pro.ID1170 Title三人行 Title链接http://10.20.2.8/oj/exercise/problem?problem_id=1170 AC294 Submit400 Ratio73.50% 时间&空间限制描述A,B两地相距360千米,甲和乙从A地,丙从B地同时出发,相向而行,甲每小时行70千米,乙每小时55千米,丙每小时35千米。问出发多少小时甲在乙丙两人的中点处? 输入没有输入 输出Description A,B两地相距360千米,甲和乙从A地,丙从B地同时出发,相向而行,甲每小时行70千米,乙每小时55千米,丙每小时35千米。问出发多少小时甲在乙丙两人的中点处? Input 没有输入 Output 你的代码只需输出输出一个数字:题目的答案。 Sample Input 没有输入 Sample Output 题目的答案 Hint 你提交的代码应该类似下面: #include <stdio.h> int main() { return 0; } Source 样例输入没有输入 样例输出题目的答案 提示你提交的代码应该类似下面: #include <stdio.h> int main() { return 0; } |