@@ -36,12 +36,12 @@ public static class Formula1
36
36
new ( "Jacques" , "Villeneuve" , "Canada" , 165 , 11 , new int [ ] { 1997 } , new string [ ] { "Williams" } ) ,
37
37
new ( "Mika" , "Hakkinen" , "Finland" , 160 , 20 , new int [ ] { 1998 , 1999 } , new string [ ] { "McLaren" } ) ,
38
38
new ( "Michael" , "Schumacher" , "Germany" , 287 , 91 , new int [ ] { 1994 , 1995 , 2000 , 2001 , 2002 , 2003 , 2004 } , new string [ ] { "Benetton" , "Ferrari" } ) ,
39
- new ( "Fernando" , "Alonso" , "Spain" , 327 , 32 , new int [ ] { 2005 , 2006 } , new string [ ] { "Renault" } ) ,
39
+ new ( "Fernando" , "Alonso" , "Spain" , 328 , 32 , new int [ ] { 2005 , 2006 } , new string [ ] { "Renault" } ) ,
40
40
new ( "Kimi" , "Räikkönen" , "Finland" , 344 , 21 , new int [ ] { 2007 } , new string [ ] { "Ferrari" } ) ,
41
41
new ( "Jenson" , "Button" , "UK" , 306 , 16 , new int [ ] { 2009 } , new string [ ] { "Brawn GP" } ) ,
42
- new ( "Sebastian" , "Vettel" , "Germany" , 271 , 53 , new int [ ] { 2010 , 2011 , 2012 , 2013 } , new string [ ] { "Red Bull Racing" } ) ,
42
+ new ( "Sebastian" , "Vettel" , "Germany" , 272 , 53 , new int [ ] { 2010 , 2011 , 2012 , 2013 } , new string [ ] { "Red Bull Racing" } ) ,
43
43
new ( "Nico" , "Rosberg" , "Germany" , 207 , 24 , new int [ ] { 2016 } , new string [ ] { "Mercedes" } ) ,
44
- new ( "Lewis" , "Hamilton" , "UK" , 279 , 99 , new int [ ] { 2008 , 2014 , 2015 , 2017 , 2018 , 2019 , 2020 } , new string [ ] { "McLaren" , "Mercedes" } ) ,
44
+ new ( "Lewis" , "Hamilton" , "UK" , 280 , 99 , new int [ ] { 2008 , 2014 , 2015 , 2017 , 2018 , 2019 , 2020 } , new string [ ] { "McLaren" , "Mercedes" } ) ,
45
45
} ;
46
46
47
47
private static List < Team > ? s_teams ;
@@ -175,9 +175,9 @@ public static class Formula1
175
175
new Racer ( "Juan Pablo" , "Montoya" , "Columbia" , Starts : 94 , Wins : 7 ) ,
176
176
new Racer ( "Felipe" , "Massa" , "Brazil" , Starts : 269 , Wins : 11 ) ,
177
177
new Racer ( "Mark" , "Webber" , "Australia" , Starts : 215 , Wins : 9 ) ,
178
- new Racer ( "Daniel" , "Ricciardo" , "Australia" , Starts : 201 , Wins : 7 ) ,
179
- new Racer ( "Valtteri" , "Bottas" , "Finland" , Starts : 169 , Wins : 9 ) ,
180
- new Racer ( "Max" , "Verstappen" , "Netherlands" , Starts : 132 , Wins : 17 )
178
+ new Racer ( "Daniel" , "Ricciardo" , "Australia" , Starts : 202 , Wins : 8 ) ,
179
+ new Racer ( "Valtteri" , "Bottas" , "Finland" , Starts : 170 , Wins : 9 ) ,
180
+ new Racer ( "Max" , "Verstappen" , "Netherlands" , Starts : 133 , Wins : 17 )
181
181
} ;
182
182
}
183
183
}
0 commit comments