实验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
posted @ 2020-12-29 20:07
posted @ 2020-12-24 18:15
posted @ 2020-12-18 12:18
posted @ 2020-12-06 11:37