1
1
mirror of https://github.com/renbaoshuo/S2OJ.git synced 2025-03-12 02:18:46 +00:00

fix(remote_judger/codeforces): C++20

This commit is contained in:
Baoshuo Ren 2023-01-20 19:18:45 +08:00
parent 155f928615
commit 1f711a9a94
Signed by: baoshuo
GPG Key ID: 00CB9680AB29F51A

@ -26,6 +26,11 @@ const langs_map = {
id: 54,
comment: '//',
},
'C++20': {
name: 'GNU G++20 11.2.0 (64 bit, winlibs)',
id: 73,
comment: '//',
},
Pascal: {
name: 'Free Pascal 3.0.2',
id: 4,