ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1243. Divorce of the Seven Dwarfs

Нужна помощь!
Posted by Egor_x 25 Jun 2007 16:43
Кто небудь решил эту задачу на java?Если да то не затруднит ли прислать исходник?
Re: Нужна помощь!
Posted by awpris 25 Jun 2007 18:40
Address to F.Menshikov

Edited by author 25.06.2007 18:42

Edited by author 25.06.2007 18:42
Re: Нужна помощь!
Posted by kostan3 9 May 2012 20:40
public class Timus_1243 {
    public static void main(String[] args) {
        System.out.print(new java.util.Scanner(System.in).nextBigInteger().mod(java.math.BigInteger.valueOf(7)));
    }
}