题解列表

筛选

是人都能看

摘要:解题思路:注意事项:参考代码:#include<stdio.h>struct chengji{    char xuehao[100];    char mingzi[100];    int c1;……

暴力开解 穷举

摘要:解题思路:注意事项代码:。#include<stdio.h>#include<math.h>int main(){   int a,b,c,d;    double x;    scanf("%d%d……

裸LCA,tarjan离线求即可

摘要:解题思路:注意事项:参考代码:#include <iostream> #include <vector> using namespace std; const int N = 200010;……