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