mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-08 14:48:41 +00:00
fix(remote_judger/atcoder): update LANGS_MAP
This commit is contained in:
parent
d627490c67
commit
70d5b541de
@ -10,23 +10,23 @@ const logger = new Logger('remote/atcoder');
|
|||||||
|
|
||||||
const LANGS_MAP = {
|
const LANGS_MAP = {
|
||||||
C: {
|
C: {
|
||||||
name: 'C (GCC 9.2.1)',
|
name: 'C (GCC 12.2.0)',
|
||||||
id: 4001,
|
id: 5017,
|
||||||
comment: '//',
|
comment: '//',
|
||||||
},
|
},
|
||||||
'C++': {
|
'C++': {
|
||||||
name: 'C++ (GCC 9.2.1)',
|
name: 'C++ 20 (GCC 12.2.0)',
|
||||||
id: 4003,
|
id: 5001,
|
||||||
comment: '//',
|
comment: '//',
|
||||||
},
|
},
|
||||||
Pascal: {
|
Pascal: {
|
||||||
name: 'Pascal (FPC 3.0.4)',
|
name: 'Pascal (FPC 3.2.2)',
|
||||||
id: 4041,
|
id: 5041,
|
||||||
comment: '//',
|
comment: '//',
|
||||||
},
|
},
|
||||||
Python3: {
|
Python3: {
|
||||||
name: 'Python (3.8.2)',
|
name: 'Python (CPython 3.11.4)',
|
||||||
id: 4006,
|
id: 5055,
|
||||||
comment: '#',
|
comment: '#',
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user