题解列表

筛选

3150-冶炼金属-简单易懂

摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int n; scanf("%d",&n); int a,b;        scanf("%d %d",&a……

数字诗意(找规律)

摘要:解题思路:有诗意的数注意事项:参考代码:#include<iostream>#include<cstring>#include<algorithm>using namespace std;typede……

Hello, world!-题解(Python代码) python

摘要:chr() 用一个范围在 range(256)内的(就是0~255)整数作参数,**返回一个对应的字符** ```python def f(arr):#定义函数 arr = [int(i……