#include <ctime>
Go to the source code of this file.
|
#define | VE(x) std::cerr << #x << ": " << x << std::endl; |
|
#define | VL(x) std::cerr << #x << ": " << x << " "; |
|
#define | CE(x) std::cerr << #x << std::endl; |
|
#define | CL(x) std::cerr << #x << " "; |
|
#define | IE static int qwerty = 0; qwerty++; std::cerr << "{" << qwerty << "}" << std::endl; |
|
#define | IL static int qwerty = 0; qwerty++; std::cerr << "{" << qwerty << "} "; |
|
#define | TI std::cerr << "user time: " << (double)clock()/CLOCKS_PER_SEC << std::endl; |
|
◆ CE
#define CE |
( |
|
x | ) |
std::cerr << #x << std::endl; |
◆ CL
#define CL |
( |
|
x | ) |
std::cerr << #x << " "; |
◆ IE
#define IE static int qwerty = 0; qwerty++; std::cerr << "{" << qwerty << "}" << std::endl; |
◆ IL
#define IL static int qwerty = 0; qwerty++; std::cerr << "{" << qwerty << "} "; |
◆ TI
#define TI std::cerr << "user time: " << (double)clock()/CLOCKS_PER_SEC << std::endl; |
◆ VE
#define VE |
( |
|
x | ) |
std::cerr << #x << ": " << x << std::endl; |
◆ VL
#define VL |
( |
|
x | ) |
std::cerr << #x << ": " << x << " "; |