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_1513738_31502\Main.java:12: 意外的类型
找到: int
需要: 引用
			TreeMap tm =  new TreeMap<String,int>();
                                                         ^
0_0_1513738_31502\Main.java:20: 不可转换的类型
找到: java.lang.Object
需要: int
					tm.put(inStr,(int)tm.get(inStr)+1);
                                                                ^
0_0_1513738_31502\Main.java:20: 运算符 + 不能应用于 <any>,int
					tm.put(inStr,(int)tm.get(inStr)+1);
                                                     ^
注意:0_0_1513738_31502\Main.java 使用了未经检查或不安全的操作。
注意:要了解详细信息,请使用 -Xlint:unchecked 重新编译。
3 错误


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-03 15:37:23, Gzip enabled