Why didn't the "Hello 2021" contest ? I was waiting .
# | User | Rating |
---|---|---|
1 | tourist | 3985 |
2 | jiangly | 3885 |
3 | jqdai0815 | 3682 |
4 | Benq | 3580 |
5 | orzdevinwang | 3526 |
6 | ksun48 | 3506 |
7 | ecnerwala | 3505 |
8 | Radewoosh | 3457 |
9 | Kevin114514 | 3377 |
10 | gamegame | 3374 |
# | User | Contrib. |
---|---|---|
1 | cry | 170 |
2 | Um_nik | 162 |
3 | atcoder_official | 161 |
4 | maomao90 | 159 |
5 | -is-this-fft- | 158 |
6 | djm03178 | 157 |
7 | Dominater069 | 155 |
8 | adamant | 154 |
9 | luogu_official | 153 |
10 | awoo | 152 |
Why didn't the "Hello 2021" contest ? I was waiting .
Here is a short post on how to solve problems with JavaScript in online judge.
First go to this link. Link: (https://ftp.mozilla.org/pub/firefox/releases/64.0/jsshell/) Download according to your operating system. Unzip the downloaded file and put it inside a folder. The js file in which I write the code, the js file must be inside my same folder.
When unzipped, clicking js.exe from inside the folder will open a command prompt. At this command prompt we will take user input. I must load and bring the file before taking user input. Here is the name of my JS file ab.js. Example: load('ab.js') This way I have to load the file every time I take input.
Problem Link: (https://codeforces.net/contest/1144/problem/C) JavaScript Solution: (https://codeforces.net/contest/1144/submission/86218601) Node.js Solution: (https://codeforces.net/contest/1144/submission/86221729)
Name |
---|