mirror of
https://github.com/renbaoshuo/S2OJ.git
synced 2024-11-24 00:18:40 +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 = {
|
||||
C: {
|
||||
name: 'C (GCC 9.2.1)',
|
||||
id: 4001,
|
||||
name: 'C (GCC 12.2.0)',
|
||||
id: 5017,
|
||||
comment: '//',
|
||||
},
|
||||
'C++': {
|
||||
name: 'C++ (GCC 9.2.1)',
|
||||
id: 4003,
|
||||
name: 'C++ 20 (GCC 12.2.0)',
|
||||
id: 5001,
|
||||
comment: '//',
|
||||
},
|
||||
Pascal: {
|
||||
name: 'Pascal (FPC 3.0.4)',
|
||||
id: 4041,
|
||||
name: 'Pascal (FPC 3.2.2)',
|
||||
id: 5041,
|
||||
comment: '//',
|
||||
},
|
||||
Python3: {
|
||||
name: 'Python (3.8.2)',
|
||||
id: 4006,
|
||||
name: 'Python (CPython 3.11.4)',
|
||||
id: 5055,
|
||||
comment: '#',
|
||||
},
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user