题解列表

筛选

C语言,结构数组

摘要:解题思路:呃,懒得写了参考代码:#include <stdio.h>typedef struct student{    char number[10];    char name[10];    c……

救援(总时间)

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int n,x,y,num; double distance; double t……

2808: 买房子

摘要:解题思路:注意事项:参考代码:n,k = map(int,input().split())year=0money=200k=k*0.01for i in range(1,22):   if i>20:……

1151的题解c++

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