Mario De Negri

Mario De Negri (27 November 1901 – 1978) was an Italian sprinter who competed at the 1932 Summer Olympics.

Mario De Negri
Personal information
NationalityItalian
Born(1901-11-27)27 November 1901
Chiavari, Italy
Residence1978 (aged 7677)
Height1.73 m (5 ft 8 in)
Weight73 kg (161 lb)
Sport
Country Italy
SportAthletics
Event(s)400 metres
ClubSan Giorgio Genova
Achievements and titles
Personal best(s)
  • 400 m: 49.0 (1930)

Olympic results

YearCompetitionVenuePositionEventPerformanceNote
1932 Olympic Games Los Angeles 6th 4 × 400 m relay 3:17.8 [1]
gollark: ```sqlWITH RECURSIVE c(x)AS(VALUES(99)UNION ALL SELECT x-1 FROM c WHERE x>0),a(x, s)AS(SELECT x,SUBSTR(' bottles',1,(x<>1)+7)||' of beer'FROM c)SELECT PRINTF('%d%s on the wall%d%sTake one down, pass it around%d%s on the wall',a.x,a.s,a.x,a.s,a.x-1,b.s)FROM a JOIN a AS b ON b.x=a.x-1;```
gollark: It is done.
gollark: I'll go swap out the tables and variables for smaller ones later™.
gollark: This is an EXTREMELY reasonable way to do conditionals, lyric lυ.
gollark: ```sqlWITH RECURSIVE counter(x) AS (VALUES(10) UNION ALL SELECT x-1 FROM counter WHERE x>1), bottle(x, str) AS (SELECT x, SUBSTR(' bottles', 1, (x <> 1) + 7) || ' of beer' FROM counter)SELECT PRINTF('%d%s on the wall%d%sTake one down, pass it around%d%s on the wall', x, str, x, str, x - 1, (SELECT str FROM bottle WHERE x = x - 1)) FROM bottle;```

See also

  • Italy national relay team

References

  1. "Athletics at the 1932 Los Angeles Summer Games: Men's 4 × 400 metres Relay". sports-reference.com. Archived from the original on 17 April 2020. Retrieved 11 December 2012.



This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.