2512회 채점완료

This commit is contained in:
2025-12-30 17:00:48 +09:00
parent f8e5e15740
commit f87dce0a5e
70 changed files with 19652 additions and 317 deletions

View File

@@ -11,7 +11,7 @@ const getGpdpScore = require('./gpdpScoring.js');
const getToday = require('./getToday.js');
const todayDate = getToday();
const examRound = '2511';
const examRound = '2512';
const codeTypes = [
'DIC',
@@ -21,7 +21,7 @@ const codeTypes = [
const examTypes = [
'A',
'B',
// 'C',
'C',
// 'D'
];