#include<stdio.h> void fun(int a,int b,int c){ c
#include<stdio.h> void fun(int a,int b,int c){ c
日期:2017-09-20 23:20:24 人气:3
#include#include void fun(int a, int b, int c){ c = a * a + b * b;}int main(){ int x = 22; fun(4, 2, x); printf("%d\n", x); system("pause"); return 0;}
0 错误,编译完全成功,具体的你可以在吧下面那个输出框贴出来(点击我头像,有惊喜)