import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; class dl{ int num; int height; int left; int right; &...