Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
76
void _print(ll t) {cerr << t;}
77
void _print(int t) {cerr << t;}
78
void _print(string t) {cerr << t;}
79
void _print(char t) {cerr << t;}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected