mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-22 20:48:41 +00:00
fix(remote_judger/codeforces): C++20
This commit is contained in:
parent
155f928615
commit
1f711a9a94
@ -26,6 +26,11 @@ const langs_map = {
|
|||||||
id: 54,
|
id: 54,
|
||||||
comment: '//',
|
comment: '//',
|
||||||
},
|
},
|
||||||
|
'C++20': {
|
||||||
|
name: 'GNU G++20 11.2.0 (64 bit, winlibs)',
|
||||||
|
id: 73,
|
||||||
|
comment: '//',
|
||||||
|
},
|
||||||
Pascal: {
|
Pascal: {
|
||||||
name: 'Free Pascal 3.0.2',
|
name: 'Free Pascal 3.0.2',
|
||||||
id: 4,
|
id: 4,
|
||||||
|
Loading…
Reference in New Issue
Block a user