Ver código fonte

delete_divide

master
wangxinyu 6 dias atrás
pai
commit
64de50efc5
1 arquivos alterados com 1 adições e 4 exclusões
  1. +1
    -4
      JJL.c

+ 1
- 4
JJL.c Ver arquivo

@@ -9,10 +9,7 @@ int multiply(int a,int b)
{
return a * b;
}
int divide(int a,int b)
{
return a / b;
}

int sub(int a,int b)
{
return a-b;


Carregando…
Cancelar
Salvar