Submit | All submissions | Best solutions | Back to list |
Problem hidden on 2013-09-30 17:47:51 by Mitch Schwartz
MODVAL - MODULUS VALUE |
GIven two integes a and b, find a%b
Input
Single line containing two integers a and b
1<=a,b<=100000000
Output
Output a single integer as per the given statement
Example
Input: 4 3 Output: 1
Added by: | Aswin Murugesh |
Date: | 2013-09-30 |
Time limit: | 1s |
Source limit: | 50000B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ASM64 |
Resource: | Own Problem |