题解列表

筛选

川哥的吩咐 (C语言代码)

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

小O的数字 (Java代码)

摘要:解题思路:不是很好的解法,但是很暴力注意事项:参考代码: public static void main(String[] args) { // TODO Auto-generated method……