题解 2922: 合影效果

来看看其他人写的题解吧!要先自己动手做才会有提高哦! 
返回题目 | 我来写题解

筛选

合影效果(分两个数组来做)

摘要:解题思路:分两个数组,一个数组存男生,一个数组存女生,用strcmp判断男女注意事项:参考代码:#include<stdio.h>#include<string.h>int&a……

c语言代码解决问题

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<stdlib.h>#include<string.h>structpeople{&……

编写题解 2922: 合影效果

摘要:解题思路:注意事项:参考代码:#include<stdio.h>structxs{charsex[20];floath;};structxsx[100];structxsmale[100]……

2922: 合影效果

摘要:```cpp#include#include#includeusingnamespacestd;typedefstructM{strings;floath;}S;boolcmp(Sa,Sb){if(a……

结构体sort排序

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using&nbsp;namespace&nbsp;std;typedef&nbsp;s……