题解列表

筛选

新手上路(C语言)

#include#includetypedefstructinn{intdata;structinn*next;}INN;INN*Push(INN*head)//压入{INN*p;p=(INN*)malloc(sizeof(INN));scanf("%d",

1068: 二级C语言-温度转换

摘要:直接循环打印。#include<bits/stdc++.h> using namespace std;   int main(){     int C;     double F;    ……

c语言巧妙解答

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>int main(){    char a[40];    int i,n;    while(~s……