diff --git a/package.json b/package.json index 6c6fb4d..9ecbcf5 100644 --- a/package.json +++ b/package.json @@ -112,7 +112,7 @@ "cph.language.cpp.SubmissionCompiler": { "type": "string", "title": "check12344566", - "default": "GNU G++17 7.3.0", + "default": "GNU G++23 14.2 (64 bit, msys2)", "enum": [ "GNU G++17 7.3.0", "GNU G++14 6.4.0", @@ -139,12 +139,12 @@ }, "cph.language.python.SubmissionCompiler": { "type": "string", - "default": "PyPy 3.9.10 (7.3.9, 64bit)", + "default": "PyPy 3.10 (7.3.15, 64bit)", "enum": [ + "PyPy 2.7 (7.2.0)", "PyPy 3.6 (7.2.0)", - "PyPy 3.9.10 (7.3.9, 64bit)", + "PyPy 3.10 (7.3.15, 64bit)", "Python 3.7.2", - "PyPy 2.7 (7.2.0)", "Python 2.7.15" ], "description": "The compiler chosen in the drop down during Codeforces submission for python" diff --git a/src/config.ts b/src/config.ts index f7d3f77..5c5034c 100644 --- a/src/config.ts +++ b/src/config.ts @@ -45,10 +45,10 @@ export default { 'Java 11.0.6': 60, 'Java 1.8.0_241': 36, 'Node.js 15.8.0 (64bit)': 55, + 'PyPy 2.7.13 (7.3.0)': 40, 'PyPy 3.6.9 (7.3.0)': 41, - 'PyPy 3.9.10 (7.3.9, 64bit)': 70, + 'PyPy 3.10 (7.3.15, 64bit)': 70, 'Python 3.8.10': 31, - 'PyPy 2.7.13 (7.3.0)': 40, 'Python 2.7.18': 7, 'Ruby 3.2.2': 67, 'GNU GCC C11 5.1.0': 43,