摘要: 一、问题描述: 二、设计思路: 三、程序流程图: 四、代码实现: #include<stdio.h> int main() { long int a,b,c; printf("Please enter a optional fraction<a/b>:"); scanf("%ld/%ld",&a,& 阅读全文
posted @ 2023-05-18 23:58 软件拓荒人 阅读(61) 评论(0) 推荐(0)