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_30423384_32322.cpp: In function 'int main(int, const char**)':
0_0_30423384_32322.cpp:12:24: error: expression in new-declarator must have integral or enumeration type
   int** arr = new int*[n];
                        ^
0_0_30423384_32322.cpp:13:26: error: expression in new-declarator must have integral or enumeration type
   int* student = new int[n]; // 存每个学生的总成?
                          ^
0_0_30423384_32322.cpp:14:25: error: expression in new-declarator must have integral or enumeration type
   int* course = new int[m]; // 存每门课的总成?
                         ^
0_0_30423384_32322.cpp:20:21: error: expression in new-declarator must have integral or enumeration type
    arr[i] = new int[m];
                     ^


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-12-02 14:00:28, Gzip enabled