0_0_6618466_7972\Main.java:7: cannot find symbol
symbol : method readInt()
location: class bulletin
int n = readInt();
^
0_0_6618466_7972\Main.java:11: cannot find symbol
symbol : method readInt()
location: class bulletin
x[2*n+1] = readInt(); // include largest coordinates used
^
0_0_6618466_7972\Main.java:12: cannot find symbol
symbol : method readInt()
location: class bulletin
y[2*n+1] = readInt();
^
0_0_6618466_7972\Main.java:19: cannot find symbol
symbol : method readInt()
location: class bulletin
x[i] = xl[i] = readInt();
^
0_0_6618466_7972\Main.java:20: cannot find symbol
symbol : method readInt()
location: class bulletin
y[i] = yl[i] = readInt();
^
0_0_6618466_7972\Main.java:21: cannot find symbol
symbol : method readInt()
location: class bulletin
x[i+n] = xh[i] = readInt();
^
0_0_6618466_7972\Main.java:22: cannot find symbol
symbol : method readInt()
location: class bulletin
y[i+n] = yh[i] = readInt();
^
0_0_6618466_7972\Main.java:46: cannot find symbol
symbol : method println(java.lang.String,int,int,int)
location: class bulletin
println("%d %d %d", clearArea, maxDepth, maxDepthArea);
^
0_0_6618466_7972\Main.java:47: cannot find symbol
symbol : method readInt()
location: class bulletin
n = readInt();
^
9 errors
|