# include<stdio.h> //编译预处理指令
int main(){ //定义主函数int max (int x,int y);int a,b ,m; scanf("%d,%d",&a,&b);m max( a, b);printf("max is %d \n ",m);return 0 ;}
int max(int x,int y){int c ;if (x>y){cx;}else{c y…
/*** author Alina* date 2021年12月22日 12:17 上午**/
class Student{String name;String sex;boolean flag false;}
class Product implements Runnable{Student s ;Product(Student s ){this.s s;}public void run(){int x 0;//通过奇数偶数进行赋值while(true){synchro…