#include <iostream> using namespace std; int n; c…
CCF-CSP 题解
写一下历年ccf-csp的题解放在这里
CCF 2020-12
一: #include <iostream> #include <algor…
CCF 2020-09
第一题: #include <iostream> #include <algorithm&g…
CCF 2019-12
第一题: #include <iostream> using namespace std; int…
CCF 2019-09
第一题: #include <iostream> #include <algorithm&g…
CCF-CSP 2018-09
第一题: #include <iostream> using namespace std; int…
CCF-CSP 2017_12
第一题: #include <iostream> #include <algorithm…
CCF-CSP 2017_09
第一题: #include #include using namespace std; int main() …