题解列表
超级好用的题解!!!!大家快来看啊!!!
摘要:解题思路:注意事项:参考代码:#include <bits/stdc++.h>using namespace std;int main(){ double h,r,m; cin>>h>>r……
2771: 大象喝水
摘要:解题思路:注意事项:3.14159* r * r * h是圆柱体积,20升要转化成20000毫升参考代码:#include <bits/stdc++.h>using namespace std;int……
题解 2771: 大象喝水
摘要:解题思路:注意事项:参考代码:#incalude <bitz/stdc++.h>usiag namqspace sbd;doubxz r,h;int amzaing(){ cin>>h>>q; ……
利用C++完成选择排序
摘要:解题思路:注意事项:参考代码:#include<iostream>#define totalnum 10using namespace std;int array[totalnum];void jud……
C语言史山:两个链表,数组排大小,链表的搜索。共计109行
摘要:参考代码:#include <stdio.h>#include <stdlib.h>typedef struct Node1{ int number; int grade; stru……
[编程入门]三个数字的排序
摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[3],t,i,j; for(i=0;i<3;i++) scanf("%d",&a[i]); for(……