1911–12 Nemzeti Bajnokság I
Statistics of Nemzeti Bajnokság I for the 1911–12 season.
Overview
It was contested by 10 teams, and Ferencvárosi TC won the championship.
League standings
Pos | Team | Pld | W | D | L | GF | GA | GR | Pts |
---|---|---|---|---|---|---|---|---|---|
1 | Ferencvárosi TC | 18 | 14 | 2 | 2 | 74 | 17 | 4.353 | 30 |
2 | MTK Hungária FC | 18 | 9 | 4 | 5 | 38 | 22 | 1.727 | 22 |
3 | Budapesti AK | 18 | 8 | 4 | 6 | 36 | 36 | 1.000 | 20 |
4 | Magyar AC | 18 | 8 | 3 | 7 | 37 | 39 | 0.949 | 19 |
5 | Terézvárosi TC | 18 | 7 | 3 | 8 | 24 | 43 | 0.558 | 17 |
6 | Törekvés SE | 18 | 7 | 2 | 9 | 25 | 25 | 1.000 | 16 |
7 | Nemzeti SC | 18 | 7 | 2 | 9 | 26 | 39 | 0.667 | 16 |
8 | Budapesti TC | 18 | 6 | 3 | 9 | 29 | 30 | 0.967 | 15 |
9 | 33 FC | 18 | 5 | 3 | 10 | 16 | 34 | 0.471 | 13 |
10 | III. Kerületi TUE | 18 | 5 | 2 | 11 | 25 | 45 | 0.556 | 12 |
Source: rsssf.com
gollark: ```rust// Evaluate an arithmetic expressioncommand!(eval(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); // yes, this is kind of undoing the work the command parser does... send_result(message, &calc::eval(&expr))?;});// Evaluate an arithmetic expression in polish notationcommand!(eval_polish(_context, message, args) { let expr = args.multiple::<String>()?.join(" "); send_result(message, &calc::eval_polish(&expr))?;});```ALL THE CODE for this feature.
gollark: No, since I was too lazy to do anything other than plug in an existing rust library.
gollark: ++exec```testtest2```
gollark: ++eval-polish + 1 1
gollark: There, much better.
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.