Je ne sais pas ou poser cette question, mais lors des tests de correction pour l'exercice 5, je reçois l'erreur suivante pour le test de correction n°2:
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | Unhandled Exception: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <c6745222adcf4e3f90bbf18e4a1af3ac>:0 at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in <c6745222adcf4e3f90bbf18e4a1af3ac>:0 at System.Int32.Parse (System.String s) [0x00007] in <c6745222adcf4e3f90bbf18e4a1af3ac>:0 at System.Collections.Generic.List`1[T].ConvertAll[TOutput] (System.Converter`2[TInput,TOutput] converter) [0x0001a] in <c6745222adcf4e3f90bbf18e4a1af3ac>:0 at statuettes.Main (System.String[] args) [0x00062] in <e2af2b297ce74cff88743f9bbbcb7399>:0 [ERROR] FATAL UNHANDLED EXCEPTION: System.FormatException: Input string was not in a correct format. at System.Number.StringToNumber (System.String str, System.Globalization.NumberStyles options, System.Number+NumberBuffer& number, System.Globalization.NumberFormatInfo info, System.Boolean parseDecimal) [0x00057] in <c6745222adcf4e3f90bbf18e4a1af3ac>:0 at System.Number.ParseInt32 (System.String s, System.Globalization.NumberStyles style, System.Globalization.NumberFormatInfo info) [0x00013] in <c6745222adcf4e3f90bbf18e4a1af3ac>:0 at System.Int32.Parse (System.String s) [0x00007] in <c6745222adcf4e3f90bbf18e4a1af3ac>:0 at System.Collections.Generic.List`1[T].ConvertAll[TOutput] (System.Converter`2[TInput,TOutput] converter) [0x0001a] in <c6745222adcf4e3f90bbf18e4a1af3ac>:0 at statuettes.Main (System.String[] args) [0x00062] in <e2af2b297ce74cff88743f9bbbcb7399>:0 |
Cette erreur se produit dans la fonction Main, fonction inchangée par rapport au code a compléter donné sur le site (en C#), je me demandais donc si l'erreur ne viendrait pas de l'entrée dans les tests de correction. Suis-je le seul a obtenir cette erreur ? (Mon code est (ou semble) fonctionnel lorsque je le test en dehors du site)