2022年7月8日
摘要: 第一天附上自己的学习成果 1、 #define _CRT_SECURE_NO_WARNINGS 1 #include <stdio.h>int main(){ int a1 = 1; int a2 = 2; scanf("%d%d", &a1, &a2); int a3 = 5; a3 = a1 + 阅读全文
posted @ 2022-07-08 17:10 是Linzy啦 阅读(48) 评论(0) 推荐(0)
摘要: 开通博客的第一天!(撒花庆祝) 阅读全文
posted @ 2022-07-08 17:05 是Linzy啦 阅读(6) 评论(0) 推荐(0)