11 lines
283 B
C
11 lines
283 B
C
|
|
#pragma once
|
|||
|
|
//#ifndef _PARAMS_H
|
|||
|
|
//#define _PARAMS_H
|
|||
|
|
|
|||
|
|
#define N 1000000 // maximum flow <20><><EFBFBD><EFBFBD><EFBFBD><EFBFBD>
|
|||
|
|
#define M 1000000 // maximum size of stream-summary or CSS
|
|||
|
|
#define MAX_MEM 1000000 // maximum memory size
|
|||
|
|
#define HK_d 2 // maximum memory size
|
|||
|
|
|
|||
|
|
//#endif //_PARAMS_H
|