MCPcopy Create free account
hub / github.com/codemistic/Data-Structures-and-Algorithms / _print

Function _print

CPP/Segment Tree/Sum query.cpp:76–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74// #endif
75
76void _print(ll t) {cerr << t;}
77void _print(int t) {cerr << t;}
78void _print(string t) {cerr << t;}
79void _print(char t) {cerr << t;}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected