2510 채점자료 업데이트

This commit is contained in:
2025-10-28 16:14:12 +09:00
parent ada3fa9dd4
commit 05f7f6b569
85 changed files with 5638 additions and 1810 deletions

View File

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