Advertisement
Guest User

Untitled

a guest
Feb 21st, 2019
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. int tfin=time(NULL);
  2. int tiempo=tfin-tini;
  3. char texto[100];
  4. sprintf(texto,"Puntuacion: %d",tiempo);
  5. Pantalla_DibujaTexto(texto,100,100);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement