题解列表

筛选

1050成绩记录

摘要:解题思路:注意事项:参考代码:#include<stdio.h>typedef struct student{ char xuehao[20]; char xinming[20]; int a; in……

1051成绩统计2

摘要:解题思路:注意事项:参考代码:#include<stdio.h>typedef struct student{ char xuehao[20]; char xinming[20]; int a; in……

编写题解 2814: 正常血压

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){int n,a,b,s=0,max=0; cin>>n; fo……

求长方形面积

摘要:参考代码:#include<stdio.h>int main(){ int a,b; int C=0,S=0; scanf("%d%d",&a,&b); C=2*(a+b); S=a*b; print……

1075: 台球碰撞

摘要:解题思路:注意事项:参考代码:#include<iostream> #include<cmath> using namespace std; double l,w,x,y,r,a,v,s; i……

无聊的星期六

摘要:无聊上个动态。 #include<stdio.h>  #include<stdlib.h> int main(){ int size,sum=0; scanf("%d",&size)……

无聊的星期六

摘要:#include<stdio.h>  #include<stdlib.h> #include<string.h> typedef struct{ char name[20]; int c……