题解列表

筛选

【蟠桃记】 (C语言代码)

摘要:解题思路:先利用数学知识,求通项注意事项:参考代码:#include<stdio.h>int main(){ int str[30]={&#39;\0&#39;}; int i,n; str[2]=4……