URI Online Judge | 1044
Multiples
Adapted by Neilor Tonin, URI Brazil
Timelimit: 1
Read two values (A and B). After, the program should print the message "Sao Multiplos" (are multiples) or"Nao sao Multiplos" (aren’t multiples), corresponding to the read values.
Input
The input has two integer numbers.
Output
Print the message relative to the input as stated above.
Sample Input | Sample Output |
6 24 | Sao Multiplos |
Solution :