Highlights
- Pro
Pinned Loading
-
-
helper function in c++ for printing ...
helper function in c++ for printing like python including vectors 1#include <iostream>
23#define repIter(i,a,b) for(int i=a;i<b;i++)
4#define rep(ele,elements) for(const auto& ele: elements)
5void print(){cout<<'\n';}
-
-
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.