题解列表

筛选

2846: 统计数字字符个数

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;const int N=300;int main(){ int sum=0; str……

JAVA题解2949-----oooooooo

摘要:解题思路:下标,累加注意事项:参考代码:import java.util.Scanner; public class Main {    public static void main(String[……

903: 不高兴的津津

摘要:``` #include using namespace std; const int N=110; int a[N] ,b[N]; int main() { int t = 0; ……

编写题解 2808: 买房子

摘要:解题思路:注意事项:参考代码:N, K = map(int, input().split()) money = N price = 200 for i in range(2, 23):    ……