Austria at the 1924 Winter Olympics
Austria competed at the 1924 Winter Olympics in Chamonix, France.
Austria at the 1924 Winter Olympics | |
---|---|
IOC code | AUT |
NOC | Austrian Olympic Committee |
Website | www |
in Chamonix | |
Competitors | 4 (2 men, 2 women) in 1 sport |
Medals Ranked 3rd |
|
Winter Olympics appearances (overview) | |
Other related appearances | |
1906 Intercalated Games |
Medalists
Medal | Name | Sport | Event |
---|---|---|---|
Herma Planck-Szabó | Figure skating | women's singles | |
Helene Engelmann Alfred Berger | Figure skating | pairs | |
Willy Böckl | Figure skating | Men's singles |
Figure skating
- Men
Athlete | Event | CF | FS | Points | Places | Final rank |
---|---|---|---|---|---|---|
Willy Böckl | Men's singles | 3 | 4 | 319.07 | 23 |
- Women
Athlete | Event | CF | FS | Points | Places | Final rank |
---|---|---|---|---|---|---|
Herma Szabo | Women's singles | 1 | 1 | 299.17 | 7 |
- Pairs
Athletes | Points | Score | Final rank |
---|---|---|---|
Helene Engelmann Alfred Berger |
9 | 10.64 |
gollark: <@!341618941317349376>
gollark: Run with `python3 [filename] [input code] [output executable]`.
gollark: It's Turing-complete, and demonstrates the principle of compiled languages maybe being slow.
gollark: ```pythonimport sysimport subprocesstemplate = """int main() { long long i = 0; while (i < 10000000000) { i++; } @CODE@}"""input = sys.argv[1]output = sys.argv[2]temp = "ignore-this-please"with open(input, "r") as f: contents = f.read() code = template.replace("@CODE@", contents) with open(temp, "w") as out: out.write(code)subprocess.run(["gcc", "-x", "c", "-o", output, temp])```
gollark: I finished my super-slow compiler!
References
- (ed.) M. Avé, Comité Olympique Français. Les Jeux de la VIIIe Olympiade Paris 1924 - Rapport Officiel (PDF) (in French). Paris: Librairie de France. Archived (PDF) from the original on 2 March 2008. Retrieved 2008-01-31.CS1 maint: extra text: authors list (link)
- "Olympic Medal Winners". International Olympic Committee. Archived from the original on 13 June 2008. Retrieved 2008-06-10.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.