33542023-02-27 10:51:11tothgergelyÁruszállítás üres szakaszaicsharpCompilation error

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.33214.272
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleApp1", "ConsoleApp1\ConsoleApp1.csproj", "{5BA85CAC-8437-4C98-871E-81F709BE1F14}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|Any CPU = Debug|Any CPU
		Release|Any CPU = Release|Any CPU
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{5BA85CAC-8437-4C98-871E-81F709BE1F14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
		{5BA85CAC-8437-4C98-871E-81F709BE1F14}.Debug|Any CPU.Build.0 = Debug|Any CPU
		{5BA85CAC-8437-4C98-871E-81F709BE1F14}.Release|Any CPU.ActiveCfg = Release|Any CPU
		{5BA85CAC-8437-4C98-871E-81F709BE1F14}.Release|Any CPU.Build.0 = Release|Any CPU
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
		SolutionGuid = {3DD34595-1DAA-41EB-84D7-432E1A4225D7}
	EndGlobalSection
EndGlobal
Compilation error
exit status 1
Compilation failed: 4 error(s), 0 warnings
main.cs(2,0): error CS1525: Unexpected symbol `Microsoft'
main.cs(4,0): error CS1024: Wrong preprocessor directive
main.cs(6,80): error CS1009: Unrecognized escape sequence `\C'
main.cs(23,36): error CS0589: Internal compiler error during parsingSystem.FormatException: Input string was not in a correct format.
  at System.Number.ThrowOverflowOrFormatException (System.Boolean overflow, System.String overflowResourceKey) [0x00020] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 
  at System.Number.ParseDouble (System.ReadOnlySpan`1[T] value, System.Globalization.NumberStyles styles, System.Globalization.NumberFormatInfo info) [0x0008b] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 
  at System.Double.Parse (System.String s, System.Globalization.NumberStyles style, System.IFormatProvider provider) [0x00020] in <12b418a7818c4ca0893feeaaf67f1e7f>:0 
  at Mono.CSharp.Tokenizer.adjust_real (System.TypeCode t, Mono.CSharp.Location loc) [0x000fc] in <8b5ee47a9e7b43a8be20d58883f2e7dd>:0 
 ...