CodeChef submission 842440 (JAVA) plaintext list. Status: CE, problem COINS, contest . By khalil (khalil), 2012-02-10 17:15:24.
import java.util.*; public class ByteLandianGoldCoin { long first,second,third; long n= sc.nextInt(); first=n/2; second=n/3; third=n/4; long total=first+second+third; if(total>n) else } }
Comments

