diff --git a/QUSTOJ/1362.c b/QUSTOJ/1362.c new file mode 100644 index 0000000..91df013 --- /dev/null +++ b/QUSTOJ/1362.c @@ -0,0 +1,8 @@ +#include +int main() +{ + int a,b; + scanf("%d %d",&a,&b); + printf("%d\n",a%b); + return 0; +}