0_0_14645360_30769.cpp:8:26: error: 'string' has not been declared
static void Main(string[] args)
^
0_0_14645360_30769.cpp:8:35: error: expected ',' or '...' before 'args'
static void Main(string[] args)
^
0_0_14645360_30769.cpp:17:16: error: expected ':' before 'static'
public static int[] GetInput()
^
0_0_14645360_30769.cpp:17:27: error: expected unqualified-id before '[' token
public static int[] GetInput()
^
0_0_14645360_30769.cpp:85:1: error: expected '}' at end of input
}
^
0_0_14645360_30769.cpp: In static member function 'static void ConsoleApplication7::Program::Main(int*)':
0_0_14645360_30769.cpp:10:16: error: expected unqualified-id before '[' token
int[] Group = new int[5];
^
0_0_14645360_30769.cpp:12:13: error: 'Group' was not declared in this scope
Group = GetInput();
^
0_0_14645360_30769.cpp:12:30: error: 'GetInput' was not declared in this scope
Group = GetInput();
^
0_0_14645360_30769.cpp:13:28: error: 'GetOutput' was not declared in this scope
GetOutput(Group);
^
0_0_14645360_30769.cpp:14:13: error: 'Console' was not declared in this scope
Console.ReadKey();
^
0_0_14645360_30769.cpp: At global scope:
0_0_14645360_30769.cpp:15:9: error: expected unqualified-id at end of input
}
^
0_0_14645360_30769.cpp:15:9: error: expected '}' at end of input
|