#include <vector>
#include <set>
#include <complex>
Go to the source code of this file.
|
#define | PR(x) std::cout << #x << ": " << x << std::endl |
|
|
template<typename T , typename U > |
std::ostream & | operator<< (std::ostream &out, const std::pair< T, U > &p) |
|
template<typename T > |
std::ostream & | operator<< (std::ostream &out, const std::vector< T > &v) |
|
template<typename T > |
std::ostream & | operator<< (std::ostream &out, const std::set< T > &v) |
|
◆ PR
#define PR |
( |
|
x | ) |
std::cout << #x << ": " << x << std::endl |
Prints a variable name followed by its value on a line.