热门
最新
红包
立Flag
投票
同城
我的
发布
xosg
5 年前
truegithub_38885296
引用在编译器内部使用指针常量实现;
引用的最终本质为指针;
下一条:
大佬帮忙看看。#include<stdio.h>int main(){int a,b,c;double m;scanf("%d%d%d",&a,&b,&c);m=a-c/b;printf("%d",m);return 0;}#include<stdio.h>int main(){int a,b,c;scanf("%d%d%d",&a,&b,&c);printf("%d",a-c/b);return 0;}这两个有什么区别?(运行结果不一样)
立即登录