Race Result Details |
Racer | Yarot Sanabria L. (yarot123) |
Race Number | 19 |
Date | Sun, 8 Jun 2025 0:47:08 |
Universe | code |
Speed |
25 WPM
![]() |
Accuracy | 92.7% |
Rank | 4th place (out of 10) |
Opponents | erick_vargas (2nd place) maria_ortega10 (1st place) samiraarancibia123426 (3rd place) sharick_chungara (6th place) tocsky (5th 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)
|