CCF 202012-2 期末预测之最佳阈值 //前后缀

思路

前后缀瞎搞搞
ccf不能查看提交代码。。。

/*   Author : Rshs   */
#include
using namespace std;
#define FI         first
#define SE         second
#define LL         long long
#define LDB        long double
#define MP         make_pair
#define PII        pair
#define SZ(a)      (int)a.size()
#define DB1(a)     cerr<<(#a)<<'='<
#define DB2(a,b)   cerr<<(#a)<<'='<
                                
                                
  • 二维数组转换成JSON tangqi609567707 java二维数组json
    原文出处:http://blog.csdn.net/springsen/article/details/7833596 public class Demo {     public static void main(String[] args) {        String[][] blogL
  • erlang supervisor wudixiaotie erlang
    定义supervisor时,如果是监控celuesimple_one_for_one则删除children的时候就用supervisor:terminate_child (SupModuleName, ChildPid),如果shutdown策略选择的是brutal_kill,那么supervisor会调用exit(ChildPid, kill),这样的话如果Child的behavior是gen_