Skip to content

Commit dca85ba

Browse files
authored
Merge pull request #2286 from AtCoder-NoviSteps/#1956
✨ Add EDPC and TDPC to contest table (#1956)
2 parents 00092d9 + 32d006b commit dca85ba

File tree

11 files changed

+927
-146
lines changed

11 files changed

+927
-146
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@
4040
"@tailwindcss/forms": "0.5.10",
4141
"@testing-library/jest-dom": "6.6.3",
4242
"@types/gtag.js": "0.0.20",
43+
"@types/jsdom": "21.1.7",
4344
"@typescript-eslint/eslint-plugin": "8.36.0",
4445
"@typescript-eslint/parser": "8.36.0",
4546
"@vitest/coverage-v8": "3.2.4",

pnpm-lock.yaml

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

prisma/tasks.ts

Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4548,6 +4548,166 @@ export const tasks = [
45484548
title: 'A. Frog 1',
45494549
grade: 'Q5',
45504550
},
4551+
{
4552+
id: 'tdpc_fibonacci',
4553+
contest_id: 'tdpc',
4554+
problem_index: 'T',
4555+
name: 'フィボナッチ',
4556+
title: 'T. フィボナッチ',
4557+
grade: 'D4',
4558+
},
4559+
{
4560+
id: 'tdpc_grid',
4561+
contest_id: 'tdpc',
4562+
problem_index: 'S',
4563+
name: 'マス目',
4564+
title: 'S. マス目',
4565+
grade: 'D3',
4566+
},
4567+
{
4568+
id: 'tdpc_graph',
4569+
contest_id: 'tdpc',
4570+
problem_index: 'R',
4571+
name: 'グラフ',
4572+
title: 'R. グラフ',
4573+
grade: 'D3',
4574+
},
4575+
{
4576+
id: 'tdpc_concatenation',
4577+
contest_id: 'tdpc',
4578+
problem_index: 'Q',
4579+
name: '連結',
4580+
title: 'Q. 連結',
4581+
grade: 'D3',
4582+
},
4583+
{
4584+
id: 'tdpc_eel',
4585+
contest_id: 'tdpc',
4586+
problem_index: 'P',
4587+
name: 'うなぎ',
4588+
title: 'P. うなぎ',
4589+
grade: 'D3',
4590+
},
4591+
{
4592+
id: 'tdpc_string',
4593+
contest_id: 'tdpc',
4594+
problem_index: 'O',
4595+
name: '文字列',
4596+
title: 'O. 文字列',
4597+
grade: 'D2',
4598+
},
4599+
{
4600+
id: 'tdpc_tree',
4601+
contest_id: 'tdpc',
4602+
problem_index: 'N',
4603+
name: '木',
4604+
title: 'N. 木',
4605+
grade: 'D2',
4606+
},
4607+
{
4608+
id: 'tdpc_house',
4609+
contest_id: 'tdpc',
4610+
problem_index: 'M',
4611+
name: '家',
4612+
title: 'M. 家',
4613+
grade: 'D1',
4614+
},
4615+
{
4616+
id: 'tdpc_cat',
4617+
contest_id: 'tdpc',
4618+
problem_index: 'L',
4619+
name: '猫',
4620+
title: 'L. 猫',
4621+
grade: 'D1',
4622+
},
4623+
{
4624+
id: 'tdpc_target',
4625+
contest_id: 'tdpc',
4626+
problem_index: 'K',
4627+
name: 'ターゲット',
4628+
title: 'K. ターゲット',
4629+
grade: 'Q1',
4630+
},
4631+
{
4632+
id: 'tdpc_ball',
4633+
contest_id: 'tdpc',
4634+
problem_index: 'J',
4635+
name: 'ボール',
4636+
title: 'J. ボール',
4637+
grade: 'D1',
4638+
},
4639+
{
4640+
id: 'tdpc_iwi',
4641+
contest_id: 'tdpc',
4642+
problem_index: 'I',
4643+
name: 'イウィ',
4644+
title: 'I. イウィ',
4645+
grade: 'Q1',
4646+
},
4647+
{
4648+
id: 'tdpc_knapsack',
4649+
contest_id: 'tdpc',
4650+
problem_index: 'H',
4651+
name: 'ナップザック',
4652+
title: 'H. ナップザック',
4653+
grade: 'Q1',
4654+
},
4655+
{
4656+
id: 'tdpc_lexicographical',
4657+
contest_id: 'tdpc',
4658+
problem_index: 'G',
4659+
name: '辞書順',
4660+
title: 'G. 辞書順',
4661+
grade: 'D2',
4662+
},
4663+
{
4664+
id: 'tdpc_semiexp',
4665+
contest_id: 'tdpc',
4666+
problem_index: 'F',
4667+
name: '準急',
4668+
title: 'F. 準急',
4669+
grade: 'Q1',
4670+
},
4671+
{
4672+
id: 'tdpc_number',
4673+
contest_id: 'tdpc',
4674+
problem_index: 'E',
4675+
name: '数',
4676+
title: 'E. 数',
4677+
grade: 'Q1',
4678+
},
4679+
{
4680+
id: 'tdpc_dice',
4681+
contest_id: 'tdpc',
4682+
problem_index: 'D',
4683+
name: 'サイコロ',
4684+
title: 'D. サイコロ',
4685+
grade: 'Q1',
4686+
},
4687+
{
4688+
id: 'tdpc_tournament',
4689+
contest_id: 'tdpc',
4690+
problem_index: 'C',
4691+
name: 'トーナメント',
4692+
title: 'C. トーナメント',
4693+
grade: 'Q1',
4694+
},
4695+
{
4696+
id: 'tdpc_game',
4697+
contest_id: 'tdpc',
4698+
problem_index: 'B',
4699+
name: 'ゲーム',
4700+
title: 'B. ゲーム',
4701+
grade: 'Q1',
4702+
},
4703+
{
4704+
id: 'tdpc_contest',
4705+
contest_id: 'tdpc',
4706+
problem_index: 'A',
4707+
name: 'コンテスト',
4708+
title: 'A. コンテスト',
4709+
grade: 'Q2',
4710+
},
45514711
{
45524712
id: 'math_and_algorithm_af',
45534713
contest_id: 'math-and-algorithm',

0 commit comments

Comments
 (0)