Skip to content

Instantly share code, notes, and snippets.

@PALASH-BAJPAI
Created January 13, 2024 10:09
Show Gist options
  • Save PALASH-BAJPAI/cb9ec7ed944be7df8cd6ba13377999d8 to your computer and use it in GitHub Desktop.
Save PALASH-BAJPAI/cb9ec7ed944be7df8cd6ba13377999d8 to your computer and use it in GitHub Desktop.
Competitive Coding python template
from collections import defaultdict
import math
ll = lambda : list(map(int,input().split()))
ls = lambda : list(map(str,input().split()))
for _ in range(int(input())):
n = int(input())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment