10 2020 档案

摘要:实验任务一 1 // ex1.cpp 2 #include <stdio.h> 3 int main() { 4 int a=5, b=7, c=100, d, e, f; 5 6 d = a/b*c; 7 e = a*c/b; 8 f = c/b*a; 9 printf("d=%d, e=%d, 阅读全文
posted @ 2020-10-30 14:04 katachip 阅读(189) 评论(4) 推荐(0) 编辑
摘要:/* A simple C program */ #include<stdio.h> int main(){ printf("202083290300\n2020,I afraid nothing at all."); return 0; } /*循环打印字符*/ #include<stdio.h> 阅读全文
posted @ 2020-10-15 14:34 katachip 阅读(185) 评论(2) 推荐(1) 编辑