Race Result Details |
Racer | alexVladimirQuecaña (alex_ramos) |
Race Number | 53 |
Date | Fri, 30 May 2025 1:26:23 |
Universe | code |
Speed |
24 WPM
![]() |
Accuracy | 96.7% |
Rank | 7th place (out of 18) |
Opponents | alexbeltrantarqui (3rd place) ariane_salazar (5th place) erick_vargas (4th place) jas_el (1st place) liz_mariela_perez (6th place) maria_ortega10 (2nd place) pedro_serrudo (10th place) samiraarancibia123426 (8th place) sharick_chungara (9th place) |
Text typed:
this = (fsm_instance *)kmalloc(sizeof(fsm_instance), order); if (this == NULL) { printk(KERN_WARNING "fsm(%s): init_fsm: Couldn't alloc instance\n", name); return NULL; } memset(this, 0, sizeof(fsm_instance)); strlcpy(this->name, name, sizeof(this->name));
— (software)
by Linux Kernel
(see stats)
|