C语言错误集合
摘要:1 #include <stdio.h> 2 3 int main() 4 { 5 int i = 5; ✹ 6 printf("%d %d\n",i); / * wrong */ 7 return 0; 8 } View Code trp@DESKTOP-ET7Q9JO:~$ gcc -o t1
阅读全文
posted @ 2021-11-16 18:25
posted @ 2021-11-16 18:25
posted @ 2020-04-04 09:01
posted @ 2020-03-20 19:30