MCPcopy Create free account
hub / github.com/SuprDewd/CompetitiveProgramming / header.cpp

File header.cpp

code/header.cpp:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1#include <bits/stdc++.h>
2using namespace std;
3#define rep(i,a,b) for (__typeof(a) i=(a); i<(b); ++i)
4#define iter(it,c) for (__typeof((c).begin()) \

Callers

nothing calls this directly

Calls 1

countMethod · 0.80

Tested by

no test coverage detected