Skip to content

Instantly share code, notes, and snippets.

Rank Name Country
5 Xinyang Chen China
8 Haifeng Liu China
9 Petr Losev
25 Vladislav Zhiganov
27 Isaac Kai Sheng Hew Malaysia
31 Gimran Abdullin
32 Daria Grekova
37 Matthew Shi Xuan Lin Australia
import json
from collections import Counter
from pyarabic import araby
from pyarabic.araby import strip_diacritics
quran = json.load(open('quran.json'))
def normalize_arabic(text):
//God & me // ya mahdi adrekni
//@Shayan_Cheshmjahan: Oh my friend, congratulations!
#include <bits/stdc++.h>
#define pb push_back
using namespace std;
const int maxn=1e5+12;
int n,col[maxn],sz[maxn],maxx,cnt[maxn];
long long ans[maxn],can;
bool badboy[maxn];
vector<int>g[maxn];
// God & me
// Together :)
#include <bits/stdc++.h>
using namespace std;
const int maxn = 3e5 + 17, undef = maxn - 1;
int n, m, c;
vector<int> vec[maxn];
struct node{
int l, r, ans;
node(){ l = r = ans = undef; }
@ar-pa
ar-pa / BigInt.cpp
Last active November 7, 2025 17:02
bignum class for C++
// In the name of Allah.
// We're nothing and you're everything.
// Ya Ali!
#include <bits/stdc++.h>
using namespace std;
typedef long long ll;
const int maxn = 1e2 + 14, lg = 15;