摘要: include<stdio.h> include<math.h> include<stdlib.h> include<time.h> //本件里所有的内容皆为分支和循环相关内容,因为是C语言课程第一课,所以命名为1.c /* if语句 int main() { int num = 0; scanf( 阅读全文
posted @ 2024-01-14 22:26 xuHxuan 阅读(4) 评论(0) 推荐(0) 编辑
摘要: { // 使用 IntelliSense 了解相关属性。 // 悬停以查看现有属性的描述。 // 欲了解更多信息,请访问: https://go.microsoft.com/fwlink/?linkid=830387 "version": "0.2.0", "configurations": [ { 阅读全文
posted @ 2024-01-12 10:36 xuHxuan 阅读(86) 评论(0) 推荐(0) 编辑
摘要: 设置文件,包含字体样式,字体大小等相关配置 { "editor.fontLigatures": true, "editor.fontFamily": "'JetBrains Mono',Inconsolata, 'Courier New', monospace,", "editor.accessib 阅读全文
posted @ 2024-01-04 13:58 xuHxuan 阅读(6) 评论(0) 推荐(0) 编辑