题解列表

筛选

C++2784开瓶盖赢大奖题解

摘要:解题思路:注意事项:参考代码:#includeusing namespace std;int main(){    int a;cin >>a;    if (a>=10||a>=20)    {  ……

2865: 紧急措施(结构体+函数解法)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<ctype.h>// 函数arr用于将字符串中的大写字母转换为小写字母,小写字母转……

直接写就得了

摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){    float a,b;    scanf("%f %f",&a,&b);    printf("%.2f",……

紧急措施(详细注释)

摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义结构体aaa,包含三个字符数组a, b, c struct aa……