Assignment 1

The first assignment has been published. You can read it here.

The assignment should be sent by email to adcfils+assignment1@tudalex.com.

The archive should not contain any binary files or .class files. Additional rules may be found here.

The deadline for the assignment is 2.12.2014 23:59.

Any questions can be addressed as comments on this post.

4 Responses to Assignment 1

  1. Justin says:

    Hello

    I did not understand from the exercise if I have to compute all the numbers with n digits that in another given base (P) are interesting
    or if I have to compute all the numbers that are interesting in P base and have n number of digits in P base.

  2. Diana says:

    I didn’t understand what the output should be at ex2

    • tudalex says:

      The answer should be modulo M. Modulo is the operation that returns the reminder of a division. For example 5 modulo 3 returns 2.
      Please print just the number to the output (stdout) without any other message.
      I’ve added a link to the wikipedia page of the modulo operations.

Leave a comment