首页
编程
java
php
前端
首页
编程
java
php
前端
c语言的运行,谁知道错哪了啊
#include<stdio.h>
main()
{
int i=5
printf("%d",);
}
为什么运行不了啊😓
int i=5;
printf("%d",i);
点击展开全文