UVa Problem (Train Swapping) 299:Train Swapping is a basic problem on UVa online judge for novice problem solver.You can find details on this Link. import java.util.Scanner; /** * @Author : Muhammad Harun-Or-Roshid * @Date : Oct 6, 2016 * @Time : 9:24:33 PM */ public...