LuchoBazz / c-algorithm-snippets

(In Progress) In this repository there is a collection of useful algorithms to use in competitive programming in C.
MIT License
1 stars 0 forks source link

Add Miscellaneous #4

Open LuchoBazz opened 4 months ago

LuchoBazz commented 4 months ago
typedef long long ll;

struct pair pairs[N];
int n = sizeof(pairs) / sizeof(pairs[0]);