@@ -34,13 +34,13 @@ public static class Formula1
3434 new ( "Jacques" , "Villeneuve" , "Canada" , 163 , 11 , new int [ ] { 1997 } , new string [ ] { "Williams" } ) ,
3535 new ( "Mika" , "Hakkinen" , "Finland" , 161 , 20 , new int [ ] { 1998 , 1999 } , new string [ ] { "McLaren" } ) ,
3636 new ( "Michael" , "Schumacher" , "Germany" , 306 , 91 , new int [ ] { 1994 , 1995 , 2000 , 2001 , 2002 , 2003 , 2004 } , new string [ ] { "Benetton" , "Ferrari" } ) ,
37- new ( "Fernando" , "Alonso" , "Spain" , 347 , 32 , new int [ ] { 2005 , 2006 } , new string [ ] { "Renault" } ) ,
37+ new ( "Fernando" , "Alonso" , "Spain" , 349 , 32 , new int [ ] { 2005 , 2006 } , new string [ ] { "Renault" } ) ,
3838 new ( "Kimi" , "Räikkönen" , "Finland" , 349 , 21 , new int [ ] { 2007 } , new string [ ] { "Ferrari" } ) ,
3939 new ( "Jenson" , "Button" , "UK" , 306 , 16 , new int [ ] { 2009 } , new string [ ] { "Brawn GP" } ) ,
40- new ( "Sebastian" , "Vettel" , "Germany" , 291 , 53 , new int [ ] { 2010 , 2011 , 2012 , 2013 } , new string [ ] { "Red Bull Racing" } ) ,
40+ new ( "Sebastian" , "Vettel" , "Germany" , 293 , 53 , new int [ ] { 2010 , 2011 , 2012 , 2013 } , new string [ ] { "Red Bull Racing" } ) ,
4141 new ( "Nico" , "Rosberg" , "Germany" , 206 , 24 , new int [ ] { 2016 } , new string [ ] { "Mercedes" } ) ,
42- new ( "Lewis" , "Hamilton" , "UK" , 302 , 103 , new int [ ] { 2008 , 2014 , 2015 , 2017 , 2018 , 2019 , 2020 } , new string [ ] { "McLaren" , "Mercedes" } ) ,
43- new ( "Max" , "Verstappen" , "Netherlands" , 155 , 29 , new int [ ] { 2021 } , new string [ ] { "Red Bull Racing" } )
42+ new ( "Lewis" , "Hamilton" , "UK" , 304 , 103 , new int [ ] { 2008 , 2014 , 2015 , 2017 , 2018 , 2019 , 2020 } , new string [ ] { "McLaren" , "Mercedes" } ) ,
43+ new ( "Max" , "Verstappen" , "Netherlands" , 157 , 31 , new int [ ] { 2021 } , new string [ ] { "Red Bull Racing" } )
4444 } ;
4545
4646 private static List < Team > ? s_teams ;
@@ -174,7 +174,7 @@ public static class Formula1
174174 new Racer ( "Juan Pablo" , "Montoya" , "Columbia" , Starts : 94 , Wins : 7 ) ,
175175 new Racer ( "Felipe" , "Massa" , "Brazil" , Starts : 269 , Wins : 11 ) ,
176176 new Racer ( "Mark" , "Webber" , "Australia" , Starts : 215 , Wins : 9 ) ,
177- new Racer ( "Daniel" , "Ricciardo" , "Australia" , Starts : 224 , Wins : 8 ) ,
178- new Racer ( "Valtteri" , "Bottas" , "Finland" , Starts : 192 , Wins : 10 )
177+ new Racer ( "Daniel" , "Ricciardo" , "Australia" , Starts : 226 , Wins : 8 ) ,
178+ new Racer ( "Valtteri" , "Bottas" , "Finland" , Starts : 194 , Wins : 10 )
179179 } ;
180180}
0 commit comments