Codeforces/.common
Matej Focko 663472e5da
chore(cpp): improve the template
* add missing headers: ‹bit›, ‹map›, ‹queue› and ‹set›
* name the namespaces
* math
  * introduce ‹MODULO› for big numbers in problems
* input
  * implement ‹load_vector›
* output
  * implement ‹operator<<› for ‹std::pair›
  * implement ‹yesno› as shortcut for YES/NO answers
* implement ‹LOOP(n)› for quick range-like for-loops
* make ‹N› test cases the default

Signed-off-by: Matej Focko <me@mfocko.xyz>
2023-07-23 11:39:05 +02:00
..
cpp chore(cpp): improve the template 2023-07-23 11:39:05 +02:00
java chore(java): add skeleton and run script 2023-07-10 09:56:54 +02:00