Oblachko
Oblachko
Vancouver, British Columbia, Canada
:corncob: Silly gay agender guy drizzled with a gay dressing :SoulUp:
:monsterlove: He | him > any :monsterlove:
:corncob: Silly gay agender guy drizzled with a gay dressing :SoulUp:
:monsterlove: He | him > any :monsterlove:
Currently Offline
Rarest Achievement Showcase
Recent Activity
26 hrs on record
last played on 22 Jun
42 hrs on record
last played on 21 Jun
100 XP
44 hrs on record
last played on 21 Jun
Comments
🎀 Akiyama Mizuki 🎀 4 May, 2024 @ 8:24am 
n = int(input())
l = []
for i in range(n):
a, b = [int(i) for i in input().split()]
l.append([a,b])
l.sort()
ans = 1
for i in range(n-2,-1,-1):
if (l [1] < l[i+1][1]):
ans += 1
print(ans)