03 2021 档案

摘要:任务一// 格式化输入、输出函数的简单应用 #include <stdio.h> int main() { int num; scanf("%d", &num); printf("2049%04d\n", num); scanf("%d", &num); printf("2049%04d\n", n 阅读全文
posted @ 2021-03-27 10:18 小夏在线学c 阅读(614) 评论(1) 推荐(0)
摘要:实验任务1.1// c语言实验1.cpp : 定义控制台应用程序的入口点。 //列向打印两个字符小人。 #include "StdAfx.h" #include<stdio.h> #include<stdlib.h> int main() { printf(" 0 \n"); printf("<H> 阅读全文
posted @ 2021-03-13 10:15 小夏在线学c 阅读(192) 评论(0) 推荐(0)