| 13946 | 2025-01-09 12:41:35 | Kacar | Toronyépítés (1,1,3,3) | cpp17 | Compilation error |
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.34729.46
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleApplication1", "ConsoleApplication1\ConsoleApplication1.vcxproj", "{AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Debug|x64.ActiveCfg = Debug|x64
{AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Debug|x64.Build.0 = Debug|x64
{AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Debug|x86.ActiveCfg = Debug|Win32
{AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Debug|x86.Build.0 = Debug|Win32
{AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Release|x64.ActiveCfg = Release|x64
{AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Release|x64.Build.0 = Release|x64
{AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Release|x86.ActiveCfg = Release|Win32
{AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {0A65B808-5401-4503-A091-D3FEE4B2C2A7}
EndGlobalSection
EndGlobal
open /var/local/lib/isolate/412/box/a.out: no such file or directory
main.cpp:3:3: error: invalid preprocessing directive #Visual
3 | # Visual Studio Version 16
| ^~~~~~
main.cpp:4:23: error: too many decimal points in number
4 | VisualStudioVersion = 16.0.34729.46
| ^~~~~~~~~~~~~
main.cpp:5:30: error: too many decimal points in number
5 | MinimumVisualStudioVersion = 10.0.40219.1
| ^~~~~~~~~~~~
main.cpp:2:1: error: 'Microsoft' does not name a type
2 | Microsoft Visual Studio Solution File, Format Version 12.00
| ^~~~~~~~~
main.cpp:16:55: error: expected unqualified-id before '.' token
16 | {AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Debug|x64.ActiveCfg = Debug|x64
| ^
main.cpp:17:55: error: expected unqualified-id before '.' token
17 | {AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Debug|x64.Build.0 = Debug|x64
| ^
main.cpp:18:55: error: expected unqualified-id before '.' token
18 | {AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Debug|x86.ActiveCfg = Debug|Win32
| ^
main.cpp:19:55: error: expected unqualified-id before '.' token
19 | {AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Debug|x86.Build.0 = Debug|Win32
| ^
main.cpp:20:55: error: expected unqualified-id before '.' token
20 | {AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Release|x64.ActiveCfg = Release|x64
| ^
main.cpp:21:55: error: expected unqualified-id before '.' token
21 | {AEAAFEEE-9DF1-46C1-911B-2B8DD110D0B2}.Release|x64.Build.0 = Release|x64
| ^
main.cpp:22:55: error: expected unqualified-id before '.' token
22 | ...