针对调试C语言时一闪而过解决办法 前提: 已经按照 C/C++ 已经安装 MINGW(并配置完成) 原因: 主要是因为tasks的配置没有写对 解决办法: tasks.json { // See https://go.microsoft.com/fwlink/?LinkId=733558 // for the documentation about the tasks.json format "version": "2.0.0", "command&qu…
#include<stdio.h> int main (void) /*WTF*/ { int num; num=1; printf(" I am a simple "); printf("computer. \n"); printf("My favorite number is %d because it is first. \n ",num); return 0; } 1.该程序敲在TXT文本文档之…