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)
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: Google
AlignAfterOpenBracket: Align
AlignConsecutiveMacros: "true"
AlignConsecutiveAssignments: "true"
AlignConsecutiveDeclarations: "true"
AlignEscapedNewlines: Left
AlignOperands: "true"
AlignTrailingComments: "true"
AllowAllArgumentsOnNextLine: "true"