View Pit Stop page for race #2 by codeforces — Ghost race
View profile for quirino (codeforces)
| Official speed | 71.11 wpm (24.13 seconds elapsed during race) |
|---|---|
| Race Start | May 26, 2022 3:47:17am UTC |
| Race Finish | May 26, 2022 3:47:41am UTC |
| Outcome | No win (2 of 3) |
| Opponents |
1. leoh8r (82.07 wpm) |
| Accuracy | 95.0% |
| Points | 21.33 |
| Text | #10010 (Length: 143 characters) public class HelloWorld { public static void main(String[] args) { String message = "Hello World!!!"; System.out.println(message); } } |