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_39742782_30218\Main.java:54: 错误: 需要:
                        case 1 -> doctor1Queue.add(patient);
                              ^
0_0_39742782_30218\Main.java:54: 错误: 非法的表达式开始
                        case 1 -> doctor1Queue.add(patient);
                               ^
0_0_39742782_30218\Main.java:54: 错误: 需要';'
                        case 1 -> doctor1Queue.add(patient);
                                              ^
0_0_39742782_30218\Main.java:55: 错误: 需要:
                        case 2 -> doctor2Queue.add(patient);
                              ^
0_0_39742782_30218\Main.java:55: 错误: 非法的表达式开始
                        case 2 -> doctor2Queue.add(patient);
                               ^
0_0_39742782_30218\Main.java:55: 错误: 需要';'
                        case 2 -> doctor2Queue.add(patient);
                                              ^
0_0_39742782_30218\Main.java:56: 错误: 需要:
                        case 3 -> doctor3Queue.add(patient);
                              ^
0_0_39742782_30218\Main.java:56: 错误: 非法的表达式开始
                        case 3 -> doctor3Queue.add(patient);
                               ^
0_0_39742782_30218\Main.java:56: 错误: 需要';'
                        case 3 -> doctor3Queue.add(patient);
                                              ^
0_0_39742782_30218\Main.java:65: 错误: 需要:
                        case 1 -> patient = doctor1Queue.poll();
                              ^
0_0_39742782_30218\Main.java:65: 错误: 非法的表达式开始
                        case 1 -> patient = doctor1Queue.poll();
                               ^
0_0_39742782_30218\Main.java:66: 错误: 需要:
                        case 2 -> patient = doctor2Queue.poll();
                              ^
0_0_39742782_30218\Main.java:66: 错误: 非法的表达式开始
                        case 2 -> patient = doctor2Queue.poll();
                               ^
0_0_39742782_30218\Main.java:67: 错误: 需要:
                        case 3 -> patient = doctor3Queue.poll();
                              ^
0_0_39742782_30218\Main.java:67: 错误: 非法的表达式开始
                        case 3 -> patient = doctor3Queue.poll();
                               ^
15 个错误


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-29 21:27:29, Gzip enabled