Explorar el Código

delete_divide

master
wangxinyu hace 6 días
padre
commit
64de50efc5
Se han modificado 1 ficheros con 1 adiciones y 4 borrados
  1. +1
    -4
      JJL.c

+ 1
- 4
JJL.c Ver fichero

@@ -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;


Cargando…
Cancelar
Guardar