Ciutat de Lleida Trophy
Ciutat de Lleida Trophy is a "friendly" football (soccer) tournament played annually in Lleida (province of Lleida, Catalonia, Spain).[1][2][3]
Ciutat de Lleida Trophy
Year | Winner | Runner Up | Score | Winner scorers | Runner Up scorers |
---|---|---|---|---|---|
1987 August 9th | 2-2 on penalties | Roberto (55'), Planelles (86') | Vázquez (23'), Raya (76') | ||
1990 August 14th | 2-1 | Silvero (2'), Generali (85') | Azcona (1') | ||
1991 August 19th | 2-1 | Griskin (61'), Uljnov (80') | Bartolo (37') | ||
1992 August 27th | 2-1 | Palau (9'), Gonzalo (17') | Nael (26') | ||
1994 August 9th | 2-1 | Salillas (p) (70'), (82') | Márquez (38') | ||
1995 August 17th | 3-1 | Lente (5'), Salillas (80'), (p) (82') | Valverde (p) (9') | ||
1997 August 21st | 3-0 | Setvalls (18'), Escoda (66'), Roa (78') | |||
1998 August 14th | 2-2 on penalties | Cocu (9'), Óscar (67') | Setvalls (43'), Moreno (p) (52') | ||
1999 August 6th | 5-2 | Bandović (25'), Dollberg (50'), Frousos (58'), (62'), Toursounidis (70') | Peña (18'), Escoda (36') | ||
2000 August 19th | 2-1 | Lusarreta (56'), Garrido (76') | Gomes (11') | ||
2001 August 7th | 2-2 on penalties | Aganzo (56'), (57') | Caballero (22'), Sergio Rodríguez (83') | ||
2002 August 20th | 2-0 | Velamazán (6'), Luque (51') | |||
2003 August 18th | 2-1 | Sukia (9'), Lusarreta (83') | Toño (28') | ||
2004 August 17th | 3-1 | Nakor (1'), (12'), Sergio Rodríguez (45') | Đokić (90') | ||
2005 August 12th | 3-0 | Luis García (27'), Pereira (69'), Arango (80') | |||
2006 August 17th | 1-1 on penalties | Unai (15') | Tabares (31') | ||
2007 August 21st | 1-0 | Keko (44') | |||
2008 August 20th | 3-1 | David Giménez (70'), Campabadal (86'), Mikel Álvaro (88') | Castellana (34') | ||
2009 August 20th | 1-1 on penalties | Cheikh (29') | Galiano (p) (44') | ||
2010 August 18th | 1-0 | Roberto |
1 Lleida Selection was a team formed by players from CF Balaguer, UE Tàrrega and FC Benavent.
gollark: It's HIGHLY advanced.
gollark: If you want, I can make it compile in parallel, but I haven't done this.
gollark: ```python#!/usr/bin/env python3import os, subprocess, sysDIR = os.path.abspath(os.path.dirname(sys.argv[0]))CC = ["gcc", "-Wall"]CACHE = os.path.join(DIR, "_cache")EXT = ".c"OUT_FILE = os.path.join(DIR, "out")if not os.path.exists(CACHE): os.mkdir(CACHE)changed_any = Falseobject_files = []for thing in os.listdir(DIR): if thing.endswith(EXT): path = os.path.join(DIR, thing) name, _, _ = thing.rpartition(EXT) cache_entry = os.path.join(CACHE, f"{name}.o") try: cache_updated_at = os.stat(cache_entry).st_mtime except FileNotFoundError: cache_updated_at = 0 code_updated_at = os.stat(path).st_mtime if cache_updated_at < code_updated_at: print(thing) subprocess.run(CC + ["-c", "-o", cache_entry, path]) changed_any = True object_files.append(cache_entry)if changed_any or not os.path.exists(OUT_FILE): subprocess.run(CC + ["-o", OUT_FILE] + object_files)else: print("no changes")```
gollark: Correction: 7.
gollark: Coming in about 3 minutes.
References
- "Trofeo Ciutat de Lleida (Spain)". www.rsssf.com. Retrieved 2020-07-25.
- "The RSSSF Archive - International Club Results - Friendly Tournaments". www.rsssf.com. Retrieved 2020-07-25.
- "Ciutat de Lleida Trophy - Knowledia News". news.knowledia.com. Retrieved 2020-07-25.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.