摘要: 实验二 (一)实验任务一 (程序源代码) #include <stdio.h> int main(int argc, const char * argv[]) { int a = 5, b = 7 ,c = 100, d,e,f; d = a / b * c; e = a * c / b; f = 阅读全文
posted @ 2020-11-02 17:54 张珂瑜 阅读(111) 评论(0) 推荐(0) 编辑