quirino (codeforces)

Race #11

View Pit Stop page for race #11 by codeforcesGhost race

View profile for quirino (codeforces)

Official speed 57.19 wpm (53.72 seconds elapsed during race)
Race Start May 26, 2022 3:59:13am UTC
Race Finish May 26, 2022 4:00:07am UTC
Outcome No win (2 of 4)
Opponents 1. leoh8r (76.33 wpm)
Accuracy 93.0%
Points 24.78
Text #10004 (Length: 256 characters)

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));