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_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


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-11-18 14:08:38, Gzip enabled