#include stdioh#includestringhint addint aint b return a+b;结构体struct booksint id;char name50;int pricing;;int main Write C code in this online editor and run it printfHello World! n; printfni
在代码的最后,有一行 scanf("%d",&d);,但是在前面并没有定义变量 d,导致编译报错。需要在前面定义一个整型变量 d,如 int d;。
原文地址: https://www.cveoy.top/t/topic/htC0 著作权归作者所有。请勿转载和采集!