2001 Kremlin Cup – Women's Doubles
Women's Doubles | |
---|---|
2001 Kremlin Cup | |
Champions | |
Runners-up | |
Final score | 7–6(7–1), 6–3 |
Seeds | 4 |
Seeds
Cara Black / Elena Likhovtseva (First Round) Martina Hingis / Anna Kournikova (Champions) Silvia Farina Elia / Barbara Schett (Semifinals) Karina Habšudová / Elena Tatarkova (First Round)
Draw
Key
- Q = Qualifier
- WC = Wild Card
- LL = Lucky Loser
- Alt = Alternate
- SE = Special Exempt
- PR = Protected Ranking
- ITF = ITF entry
- JE = Junior Exempt
- w/o = Walkover
- r = Retired
- d = Defaulted
Draw
First Round | Quarterfinals | Semifinals | Final | ||||||||||||||||||||||||
1 | 2 | 3 | |||||||||||||||||||||||||
Q | 6 | 6 | Q | 4 | 6 | 2 | |||||||||||||||||||||
63 | 3 | 6 | 4 | 6 | |||||||||||||||||||||||
7 | 6 | 6 | 6 | ||||||||||||||||||||||||
4 | 3 | 0 | 2 | 2 | |||||||||||||||||||||||
WC | 6 | 6 | WC | 65 | 3 | ||||||||||||||||||||||
2 | 2 | 7 | 6 | ||||||||||||||||||||||||
6 | 6 | 61 | 3 | ||||||||||||||||||||||||
0 | 3 | 2 | 7 | 6 | |||||||||||||||||||||||
6 | 6 | 6 | 4 | 3 | |||||||||||||||||||||||
4 | 1 | 3 | 3 | 6 | 6 | ||||||||||||||||||||||
3 | 6 | 6 | 3 | 1 | 1 | ||||||||||||||||||||||
6 | 64 | 6 | 2 | 6 | 6 | ||||||||||||||||||||||
4 | 7 | 4 | 1 | 2 | |||||||||||||||||||||||
0 | 3 | 2 | 6 | 6 | |||||||||||||||||||||||
2 | 6 | 6 |
gollark: ```python#!/usr/bin/env python3from PIL import Imageimport mathimport sysdef chunks(l, n): for i in range(0, len(l), n): yield l[i:i + n]def from_bit_list(bl): i = 0 for ix, v in enumerate(bl): i |= v * (2 ** (7 - ix)) return iim = Image.open("out.png")id = im.load()(w, h) = im.sizebits = []for x in range(w): for y in range(h): bits.append(id[x, y])bits = [1 if x >= 1 else 0 for x in bits]byts = [from_bit_list(bytegroup) for bytegroup in chunks(bits, 8)]sys.stdout.buffer.write(bytes(byts))```Here it is. It's really rather awful.
gollark: With the companion program.
gollark: You can decode it with the companion program, which I can send an image of.
gollark: This is not potatOS. This is some random text.
gollark: By some definitions.
External links
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.