Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Iniciar sesión
wangxinyu2
/
group_practice
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
1
Wiki
Actividad
Explorar el Código
delete_divide
master
wangxinyu
hace 6 días
padre
eef57710b6
commit
64de50efc5
Se han
modificado 1 ficheros
con
1 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+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;
Escribir
Vista previa
Cargando…
Cancelar
Guardar