题解列表

筛选

复数求和(C语言)

摘要:解题思路:注意事项:参考代码:#include&nbsp;<stdio.h>#include&nbsp;<stdlib.h>typedef&nbsp;s……

字符串比较(C语言)

摘要:解题思路:注意事项:参考代码:#include&nbsp;<stdio.h>#include&nbsp;<string.h>int&nbsp;StrCm……

题解 1716:快速排序

摘要:importjava.util.*;publicclassMain{publicstaticvoidmain(String[]args){Scannerreader=newScanner(System……

lower()一步到位

摘要:解题思路:字数太少了,凑几个字。。。。。。。。。。。。。。。。注意事项:参考代码:N=input()print(N.lower())……

用Python完成dna

摘要:解题思路:注意事项:注意格式,以及对X的赋值时机的公式参考代码:n=eval(input())whilen>0:&nbsp;&nbsp;a,b=map(int,input().s……

数组输出(C语言)

摘要:解题思路:二维数组的循环遍历+abs()函数注意事项:。。。。。。参考代码:#include&nbsp;#include&nbsp;int&nbsp;main(){&n……