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_35105323_20255\Main.java:61: 错误: 解析时已到达文件结尾
            System.out.printf("%3d", day);
                                          ^
0_0_35105323_20255\Main.java:63: 错误: 解析时已到达文件结尾
            // 用“*"标记今天            if (day == today) {                System.out.print("*");            } else {                System.out.print(" ");            }            gc.add(Calendar.DAY_OF_MONTH, 1);// 天数加1            weekday = gc.get(Calendar.DAY_OF_WEEK);            // 打印一周后换行            if (weekday == firstDayOfWeek) {                System.out.println();            }        } while (gc.get(Calendar.MONTH) == month);// 到下个月结束    }}
                                                                                                                                                                                                                                                                                                                                                                                                                                                               ^
2 个错误


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-25 22:21:15, Gzip enabled