F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_14645225_11236.cpp:1:7: error: expected nested-name-specifier before 'System'
 using System;
       ^
0_0_14645225_11236.cpp:2:7: error: expected nested-name-specifier before 'System'
 using System.Collections.Generic;
       ^
0_0_14645225_11236.cpp:3:7: error: expected nested-name-specifier before 'System'
 using System.Linq;
       ^
0_0_14645225_11236.cpp:4:7: error: expected nested-name-specifier before 'System'
 using System.Text;
       ^
0_0_14645225_11236.cpp:5:7: error: expected nested-name-specifier before 'System'
 using System.Threading.Tasks;
       ^
0_0_14645225_11236.cpp:14:26: error: 'string' has not been declared
         static void Main(string[] args)
                          ^
0_0_14645225_11236.cpp:14:35: error: expected ',' or '...' before 'args'
         static void Main(string[] args)
                                   ^
0_0_14645225_11236.cpp:23:16: error: expected ':' before 'static'
         public static  int[] GetInput()
                ^
0_0_14645225_11236.cpp:23:27: error: expected unqualified-id before '[' token
         public static  int[] GetInput()
                           ^
0_0_14645225_11236.cpp:89:1: error: expected '}' at end of input
 }
 ^
0_0_14645225_11236.cpp: In static member function 'static void ConsoleApplication7::Program::Main(int*)':
0_0_14645225_11236.cpp:16:16: error: expected unqualified-id before '[' token
             int[] Group = new int[5];
                ^
0_0_14645225_11236.cpp:18:13: error: 'Group' was not declared in this scope
             Group = GetInput();
             ^
0_0_14645225_11236.cpp:18:30: error: 'GetInput' was not declared in this scope
             Group = GetInput();
                              ^
0_0_14645225_11236.cpp:19:28: error: 'GetOutput' was not declared in this scope
             GetOutput(Group);
                            ^
0_0_14645225_11236.cpp:20:13: error: 'Console' was not declared in this scope
             Console.ReadKey();
             ^
0_0_14645225_11236.cpp: At global scope:
0_0_14645225_11236.cpp:21:9: error: expected unqualified-id at end of input
         }
         ^
0_0_14645225_11236.cpp:21:9: error: expected '}' at end of input


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-09-30 18:42:39, Gzip enabled