首页
编程
java
php
前端
首页
编程
java
php
前端
问答,如图,显示问题printf未定义?
你头文件写错了,应该是 #include<stdio.h>
把头文件改成#include <stdio.h>
把if(),for()后边的;去掉
点击展开全文