vscode c/c++ 调试
摘要:
main.c #include <stdio.h> int main(int argc, char const *argv[]) { int a = 10; int b = 20; int c = a +b; printf("c = %d\n",c); return 0; } Makefile # 阅读全文
posted @ 2026-02-07 10:25
少杨
阅读(3)
评论(0)
推荐(0)
浙公网安备 33010602011771号