题解列表

筛选

经典背包问题

摘要:import java.io.*; public class Main { static BufferedReader bf=new BufferedReader(new InputStre……

1099: 校门外的树

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;int main(){    char L[10001]={0};    int a……

Jam的计数法

摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;typedef long long LL;namespace IO{    inli……