Skip to content

Instantly share code, notes, and snippets.

View PSCoder10462's full-sized avatar
🔥
Learning, coding, developing

Parv Sharma PSCoder10462

🔥
Learning, coding, developing
View GitHub Profile

JAVA

DATA TYPES

PRIMITIVE

  • byte
  • short
  • int
  • long
/******************************************************/
#include <bits/stdc++.h>
using namespace std;
#define ll long long
#define vi vector<ll>
#define vvi vector<vi>
#define all(v) v.begin(), v.end()
#define pii pair<ll, ll>
#define pb push_back
#define mp make_pair
{
// Rough modified version of Celeste to darken it up
"name": "Celeste Dark",
"author": "Sublime HQ Pty Ltd",
"variables":
{
// These colors are part of the hashed range
// and should only be used in non-source
"purple": "hsla(260, 50%, 70%, 1)",
"blue": "hsla(200, 70%, 55%, 1)",