题解列表

筛选

计算球体积

摘要:解题思路:注意事项:参考代码:import mathpi=math.pi                 //导入库while True:                &n

1866: 三位数反转

摘要:解题思路:这题有多行输入,可能会造成错误注意事项:参考代码:while True:    try:        a = list(input())        b = a[::-1]       ……

for循环和while循环

摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h>#include<ctype.h>int main(){ char x[1000]; char s[……