- 博客(5)
- 资源 (1)
- 收藏
- 关注
原创 C语言程序运行结果
#include<stdio.h>#include<iostream>using namespace std;int fun(int x,int y){ if(x!=y) return ((x+y)/2); else return (x);}int main(){ int a=4,b=5,c=6; printf("%d\n",fun(a,c));}
2021-09-21 19:46:46 1294
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人