首页
编程
java
php
前端
首页
编程
java
php
前端
c语言简单问题int赋值
int minn
=Max,temp;
这个语句是什么意思
前面有define Max的值
。。
temp 在前面也没有定义
这句话相当于int minn=Max;int temp;
点击展开全文