MCPcopy Create free account
hub / github.com/ShahjalalShohag/code-library / main

Function main

Math/Basis Vector.cpp:115–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

113}
114
115int32_t main() {
116 ios_base::sync_with_stdio(0);
117 cin.tie(0);
118 int t = 1;
119 // cin >> t;
120 while (t--) {
121 solve();
122 }
123 return 0;
124}
125// https://codeforces.com/group/qcIqFPYhVr/contest/203881/problem/S

Callers

nothing calls this directly

Calls 1

solveFunction · 0.70

Tested by

no test coverage detected