2002 European Athletics Championships – Men's 800 metres

Medalists

GoldSilverBronze
Wilson Kipketer
 Denmark
André Bucher
  Switzerland
Nils Schumann
 Germany

Results

Heats

Qualification: First 3 of each heat (Q) and the next 4 fastest (q) qualified for the semifinals.

RankHeatNameNationalityTimeNotes
14Nils Schumann Germany1:46.90Q
23René Herms Germany1:47.07Q
34Arnoud Okken Netherlands1:47.22Q
43Wilson Kipketer Denmark1:47.29Q
54Rizak Dirshe Sweden1:47.36Q
63André Bucher  Switzerland1:47.48Q
71Antonio Manuel Reina Spain1:47.52Q
72Bram Som Netherlands1:47.52Q
92Paweł Czapiewski Poland1:47.53Q
101Stefan Beumer Netherlands1:47.66Q
113James McIlroy Great Britain1:47.67q
122Joeri Jansen Belgium1:47.71Q
134Florent Lacasse France1:47.74q
142Miguel Quesada Spain1:47.85q
153Grzegorz Krzosek Poland1:47.98q
164Panagiotis Stroubakos Greece1:48.00
171Nicolas Aïssat France1:48.07Q
182Ramil Aritkulov Russia1:48.15
183Dmitriy Bogdanov Russia1:48.15
204Wilson Kirwa Finland1:48.23
211Christian Neunhauserer Italy1:48.25
221Tom Omey Belgium1:48.27
232Vanco Stojanov Macedonia1:48.31
242Franck Barré France1:48.68
251Alibey Sukurov Azerbaijan1:49.27
264Anthony Whiteman Great Britain1:50.60
271Fernando Almeida Portugal1:50.81
281Dominic Carroll Gibraltar1:58.22
3Khaled Azerkan SwedenDNF

Semifinals

Qualification: First 3 of each semifinal (Q) and the next 2 fastest (q) qualified for the final.

RankHeatNameNationalityTimeNotes
12Wilson Kipketer Denmark1:46.56Q
22René Herms Germany1:46.77Q
32Nicolas Aïssat France1:46.89Q
42André Bucher  Switzerland1:47.08q
52Bram Som Netherlands1:47.20q
62Rizak Dirshe Sweden1:47.38
72Antonio Manuel Reina Spain1:47.41
82Grzegorz Krzosek Poland1:47.82
91Nils Schumann Germany1:48.01Q
101Arnoud Okken Netherlands1:48.22Q
111Paweł Czapiewski Poland1:48.37Q
121Joeri Jansen Belgium1:48.62
131James McIlroy Great Britain1:49.15
141Stefan Beumer Netherlands1:49.60
151Miguel Quesada Spain1:49.83
161Florent Lacasse France1:50.82

Final

RankNameNationalityTimeNotes
Wilson Kipketer Denmark1:47.25
André Bucher  Switzerland1:47.43
Nils Schumann Germany1:47.60
4Paweł Czapiewski Poland1:47.92
5Arnoud Okken Netherlands1:48.39
6Bram Som Netherlands1:48.56
7René Herms Germany1:48.86
8Nicolas Aïssat France1:49.16
gollark: I fixed the SIGBUS.
gollark: ```c#define _LARGEFILE64_SOURCE#include <unistd.h>#include <stdint.h>#include <stddef.h>#include <stdlib.h>#include <sys/mman.h>#include <fcntl.h>#include <sys/types.h>#include <sys/stat.h>#include <stdio.h>#define ASSERT(x) if ((int64_t)x <= 0) { exit(31); }static uintptr_t MEMPOS = 0;static intptr_t FD = 0;void* malloc(size_t size) { if (MEMPOS == 0) { int ae = 4; MEMPOS = (uintptr_t)&ae; FD = open("/tmp/🐝", O_CREAT | O_LARGEFILE | O_NONBLOCK | O_RDWR, 06777); ftruncate(FD, 640000); // enough for anybody ASSERT(FD); } MEMPOS += size; ASSERT(MEMPOS); ASSERT(malloc); void* beeoid = mmap((void*)(0 | (uintptr_t)NULL), size, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_SHARED_VALIDATE | MAP_NORESERVE | MAP_STACK, (int)FD, 0); //void* beeoid = mmap(NULL, 65536, PROT_READ | PROT_WRITE | PROT_EXEC, MAP_ANONYMOUS | MAP_SHARED, -1, 0); ASSERT(beeoid); ASSERT(malloc) return beeoid;}void free(void* ptr) { *(char**)ptr = "hello please do not use this address";}```
gollark: Okay, osmarksmalloc™ is ready.
gollark: Maybe I need more `ASSERT`s.
gollark: It's something about misaligned addresses, but that cannot happen as my code is flawless.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.