Skip to content

Instantly share code, notes, and snippets.

View EmmaG2's full-sized avatar
🍬
I'm going to upload things in python (or java)

Emma Granados EmmaG2

🍬
I'm going to upload things in python (or java)
  • Student
  • MΓ©xico
View GitHub Profile
@EmmaG2
EmmaG2 / cptemplate.cpp
Last active April 13, 2023 17:00
C++ template for competitive programming.
//
// Created by thisismyemm4 on 13/04/23.
//
#include <bits/stdc++.h>
// ─╔╗╔╗────────────────╔═══╗─────╔═══╦═╗╔═╗╔═╗
// β•”β•β•šβ•£β•‘β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β•‘β•”β•β•β•β”€β”€β”€β”€β”€β•‘β•”β•β•—β•‘β•‘β•šβ•β•‘β•‘β•‘β•”β•
// β•šβ•—β•”β•£β•šβ•β•¦β•¦β•β•β•¦β•¦β•β•β•¦β•—β•”β•¦β•—β”€β•”β•£β•šβ•β•β•¦β•—β•”β•¦β•—β•”β•£β•‘β”€β•‘β•‘β•”β•—β•”β•—β• β•β•šβ•¦β•β•β•—
// β”€β•‘β•‘β•‘β•”β•—β• β•£β•β•β•¬β•£β•β•β•£β•šβ•β•‘β•‘β”€β•‘β•‘β•”β•β•β•£β•šβ•β•‘β•šβ•β•‘β•šβ•β•β•‘β•‘β•‘β•‘β•‘β• β•—β•”β•£β•β•β•£
// β”€β•‘β•šβ•£β•‘β•‘β•‘β• β•β•β•‘β• β•β•β•‘β•‘β•‘β•‘β•šβ•β•β•‘β•šβ•β•β•£β•‘β•‘β•‘β•‘β•‘β•‘β•”β•β•—β•‘β•‘β•‘β•‘β•‘β•‘β•‘β•‘β• β•β•β•‘
---
BasedOnStyle: Microsoft
AlignAfterOpenBracket: Align
AlignConsecutiveMacros: "true"
AlignConsecutiveAssignments: "true"
AlignConsecutiveDeclarations: "true"
AlignEscapedNewlines: Left
AlignOperands: "true"
AlignTrailingComments: "true"
AllowAllArgumentsOnNextLine: "true"