Description: Description write a C function mod (int n, int m), to achieve the modulo operation Input data input contains multiple lines of data in each row are two integers a, b (1 < = a, b < = 32767) data to the end EOF Output each line of output to input a b Sample Input 5 3 100 2 Sample Output 2 0
To Search:
File list (Check if you may need any files):
modwindows版本.c
modlinux版本.c