Race Result Details |
Racer | Maria Betzabe Ortega Soto (maria_ortega10) |
Race Number | 90 |
Date | Sun, 8 Jun 2025 0:46:31 |
Universe | code |
Speed |
35 WPM
![]() |
Accuracy | 93.7% |
Rank | 1st place (out of 10) |
Opponents | erick_vargas (2nd place) samiraarancibia123426 (3rd 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)
|