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_16785164_1561\Main.java:4: 错误: 找不到符号
	private List<Integer> NextPoint = new ArrayList<Integer>();
	        ^
  符号:   类 List
  位置: 类 GraphPoint
0_0_16785164_1561\Main.java:5: 错误: 找不到符号
	private List<Integer> edgeValue = new ArrayList<Integer>();
	        ^
  符号:   类 List
  位置: 类 GraphPoint
0_0_16785164_1561\Main.java:15: 错误: 找不到符号
	public List<Integer> getNextPoint() {
	       ^
  符号:   类 List
  位置: 类 GraphPoint
0_0_16785164_1561\Main.java:19: 错误: 找不到符号
	public void setNextPoint(List nextPoint) {
	                         ^
  符号:   类 List
  位置: 类 GraphPoint
0_0_16785164_1561\Main.java:23: 错误: 找不到符号
	public List<Integer> getEdgeValue() {
	       ^
  符号:   类 List
  位置: 类 GraphPoint
0_0_16785164_1561\Main.java:27: 错误: 找不到符号
	public void setEdgeValue(List edgeValue) {
	                         ^
  符号:   类 List
  位置: 类 GraphPoint
0_0_16785164_1561\Main.java:34: 错误: 找不到符号
	List<GraphPoint> pointList = new ArrayList<GraphPoint>();
	^
  符号:   类 List
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:60: 错误: 找不到符号
	public List<List<Integer>> getStrongGraphByTarjan() {
	       ^
  符号:   类 List
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:60: 错误: 找不到符号
	public List<List<Integer>> getStrongGraphByTarjan() {
	            ^
  符号:   类 List
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:79: 错误: 找不到符号
			List<List<Integer>> result, int index, Stack<Integer> stack) {
			^
  符号:   类 List
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:79: 错误: 找不到符号
			List<List<Integer>> result, int index, Stack<Integer> stack) {
			     ^
  符号:   类 List
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:79: 错误: 找不到符号
			List<List<Integer>> result, int index, Stack<Integer> stack) {
			                                       ^
  符号:   类 Stack
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:4: 错误: 找不到符号
	private List<Integer> NextPoint = new ArrayList<Integer>();
	                                      ^
  符号:   类 ArrayList
  位置: 类 GraphPoint
0_0_16785164_1561\Main.java:5: 错误: 找不到符号
	private List<Integer> edgeValue = new ArrayList<Integer>();
	                                      ^
  符号:   类 ArrayList
  位置: 类 GraphPoint
0_0_16785164_1561\Main.java:34: 错误: 找不到符号
	List<GraphPoint> pointList = new ArrayList<GraphPoint>();
	                                 ^
  符号:   类 ArrayList
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:64: 错误: 找不到符号
		List<List<Integer>> result = new ArrayList<List<Integer>>();
		^
  符号:   类 List
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:64: 错误: 找不到符号
		List<List<Integer>> result = new ArrayList<List<Integer>>();
		     ^
  符号:   类 List
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:64: 错误: 找不到符号
		List<List<Integer>> result = new ArrayList<List<Integer>>();
		                                 ^
  符号:   类 ArrayList
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:64: 错误: 找不到符号
		List<List<Integer>> result = new ArrayList<List<Integer>>();
		                                           ^
  符号:   类 List
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:65: 错误: 找不到符号
		Stack<Integer> stack = new Stack<Integer>();
		^
  符号:   类 Stack
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:65: 错误: 找不到符号
		Stack<Integer> stack = new Stack<Integer>();
		                           ^
  符号:   类 Stack
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:67: 错误: 找不到符号
		Arrays.fill(color, 0);
		^
  符号:   变量 Arrays
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:93: 错误: 找不到符号
			List<Integer> list = new ArrayList<Integer>();
			^
  符号:   类 List
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:93: 错误: 找不到符号
			List<Integer> list = new ArrayList<Integer>();
			                         ^
  符号:   类 ArrayList
  位置: 类 DirectedGraph
0_0_16785164_1561\Main.java:113: 错误: 找不到符号
		Scanner cin = new Scanner(System.in);
		^
  符号:   类 Scanner
  位置: 类 Main
0_0_16785164_1561\Main.java:113: 错误: 找不到符号
		Scanner cin = new Scanner(System.in);
		                  ^
  符号:   类 Scanner
  位置: 类 Main
26 个错误


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-09-23 20:21:20, Gzip enabled