2020年12月29日

实验2与实验3(T-T)

摘要: 实验2 实验任务一 //ex1.cpp #include <stdio.h> #include<stdlib.h> int main(){ int a=5, b=7, c=100, d, e, f; d = a/b*c; e = a*c/b; f = c/b*a; printf("d=%d, e=% 阅读全文

posted @ 2020-12-29 20:07 helianthus-JUN 阅读(107) 评论(0) 推荐(0) 编辑

导航