Explorar el Código

当前速度是100,打印速度

master
ywh hace 4 semanas
padre
commit
ab2efb1be6
Se han modificado 1 ficheros con 11 adiciones y 0 borrados
  1. +11
    -0
      c/ABCD.c

+ 11
- 0
c/ABCD.c Ver fichero

@@ -0,0 +1,11 @@
// main.c
#include <stdio.h>

int main(void)
{
int speed = 100;

printf("speed = %d\n", speed);

return 0;
}

Cargando…
Cancelar
Guardar