首页
编程
java
php
前端
首页
编程
java
php
前端
请问各位这个怎么办?
说故障的地方在第一行,#define
是哪里有错吗
当然,是#include <stdio.h>
引入头文件应该用include预处理命令,应该改为:
#
include
<stdio.h>
点击展开全文