Skip to content

Commit f95ade8

Browse files
committed
✨ Add tasks to seed (#2321)
1 parent f5e1bd6 commit f95ade8

File tree

1 file changed

+194
-0
lines changed

1 file changed

+194
-0
lines changed

prisma/tasks.ts

Lines changed: 194 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4820,6 +4820,56 @@ export const tasks = [
48204820
title: 'A01. The First Problem',
48214821
grade: 'Q10',
48224822
},
4823+
{
4824+
id: 'joi2025_yo1c_d',
4825+
contest_id: 'joi2025yo1c',
4826+
problem_index: 'D',
4827+
name: '周期文字列 (Cycle String)',
4828+
title: 'D. 周期文字列 (Cycle String)',
4829+
},
4830+
{
4831+
id: 'joi2025_yo1c_c',
4832+
contest_id: 'joi2025yo1c',
4833+
problem_index: 'C',
4834+
name: 'いずれか片方 (Either, but Not Both)',
4835+
title: 'C. いずれか片方 (Either, but Not Both)',
4836+
},
4837+
{
4838+
id: 'joi2025_yo1c_b',
4839+
contest_id: 'joi2025yo1c',
4840+
problem_index: 'B',
4841+
name: 'ブラックジャック (Blackjack)',
4842+
title: 'B. ブラックジャック (Blackjack)',
4843+
},
4844+
{
4845+
id: 'joi2025_yo1c_a',
4846+
contest_id: 'joi2025yo1c',
4847+
problem_index: 'A',
4848+
name: '所持金 (Money On Me)',
4849+
title: 'A. 所持金 (Money On Me)',
4850+
},
4851+
{
4852+
id: 'joi2025_yo1b_d',
4853+
contest_id: 'joi2025yo1b',
4854+
problem_index: 'D',
4855+
name: '三角足し算 (Triangle Addition)',
4856+
title: 'D. 三角足し算 (Triangle Addition)',
4857+
},
4858+
{
4859+
id: 'joi2025_yo1b_c',
4860+
contest_id: 'joi2025yo1b',
4861+
problem_index: 'C',
4862+
name: 'じゃんけん (Rock-Scissors-Paper)',
4863+
title: 'C. じゃんけん (Rock-Scissors-Paper)',
4864+
},
4865+
{
4866+
id: 'joi2025_yo1b_b',
4867+
contest_id: 'joi2025yo1b',
4868+
problem_index: 'B',
4869+
name: '鉄道旅行 3 (Railway Trip 3)',
4870+
title: 'B. 鉄道旅行 3 (Railway Trip 3)',
4871+
grade: 'Q8',
4872+
},
48234873
{
48244874
id: 'joi2025_yo1b_a',
48254875
contest_id: 'joi2025yo1b',
@@ -4828,6 +4878,22 @@ export const tasks = [
48284878
title: 'A. 徒競走 (Footrace)',
48294879
grade: 'Q9',
48304880
},
4881+
{
4882+
id: 'joi2025_yo1a_d',
4883+
contest_id: 'joi2025yo1a',
4884+
problem_index: 'D',
4885+
name: 'どら焼き (Dorayaki)',
4886+
title: 'D. どら焼き (Dorayaki)',
4887+
grade: 'Q7',
4888+
},
4889+
{
4890+
id: 'joi2025_yo1a_c',
4891+
contest_id: 'joi2025yo1a',
4892+
problem_index: 'C',
4893+
name: 'OIJ (OIJ)',
4894+
title: 'C. OIJ (OIJ)',
4895+
grade: 'Q7',
4896+
},
48314897
{
48324898
id: 'joi2025_yo1a_b',
48334899
contest_id: 'joi2025yo1a',
@@ -4916,6 +4982,38 @@ export const tasks = [
49164982
title: 'A. 立方体 (Cube)',
49174983
grade: 'Q10',
49184984
},
4985+
{
4986+
id: 'joi2022_yo1a_d',
4987+
contest_id: 'joi2022yo1a',
4988+
problem_index: 'D',
4989+
name: '箱と鍵 (Boxes and Keys)',
4990+
title: 'D. 箱と鍵 (Boxes and Keys)',
4991+
grade: 'Q6',
4992+
},
4993+
{
4994+
id: 'joi2022_yo1a_c',
4995+
contest_id: 'joi2022yo1a',
4996+
problem_index: 'C',
4997+
name: '複雑な文字列 (Complex String)',
4998+
title: 'C. 複雑な文字列 (Complex String)',
4999+
grade: 'Q7',
5000+
},
5001+
{
5002+
id: 'joi2022_yo1a_b',
5003+
contest_id: 'joi2022yo1a',
5004+
problem_index: 'B',
5005+
name: '移動 (Moving)',
5006+
title: 'B. 移動 (Moving)',
5007+
grade: 'Q8',
5008+
},
5009+
{
5010+
id: 'joi2022_yo1a_a',
5011+
contest_id: 'joi2022yo1a',
5012+
problem_index: 'A',
5013+
name: '余り (Remainder)',
5014+
title: 'A. 余り (Remainder)',
5015+
grade: 'Q9',
5016+
},
49195017
{
49205018
id: 'joi2021_yo1b_a',
49215019
contest_id: 'joi2021yo1b',
@@ -4932,6 +5030,102 @@ export const tasks = [
49325030
title: 'A. 金平糖 (Konpeito)',
49335031
grade: 'Q8',
49345032
},
5033+
{
5034+
id: 'joi2021_yo1a_c',
5035+
contest_id: 'joi2021yo1a',
5036+
problem_index: 'C',
5037+
name: '共通要素 (Common Elements)',
5038+
title: 'C. 共通要素 (Common Elements)',
5039+
grade: 'Q6',
5040+
},
5041+
{
5042+
id: 'joi2021_yo1a_b',
5043+
contest_id: 'joi2021yo1a',
5044+
problem_index: 'B',
5045+
name: 'JOI ソート (JOI Sort)',
5046+
title: 'B. JOI ソート (JOI Sort)',
5047+
grade: 'Q7',
5048+
},
5049+
{
5050+
id: 'joi2021_yo1a_a',
5051+
contest_id: 'joi2021yo1a',
5052+
problem_index: 'A',
5053+
name: '2 番目に大きい整数 (The Second Largest Integer)',
5054+
title: 'A. 2 番目に大きい整数 (The Second Largest Integer)',
5055+
grade: 'Q8',
5056+
},
5057+
{
5058+
id: 'joi2020_yo1c_c',
5059+
contest_id: 'joi2020yo1c',
5060+
problem_index: 'C',
5061+
name: '最長昇順連続部分列 (Longest Ascending Contiguous Subsequence)',
5062+
title: 'C. 最長昇順連続部分列 (Longest Ascending Contiguous Subsequence)',
5063+
grade: 'Q6',
5064+
},
5065+
{
5066+
id: 'joi2020_yo1c_b',
5067+
contest_id: 'joi2020yo1c',
5068+
problem_index: 'B',
5069+
name: 'キャピタリゼーション (Capitalization)',
5070+
title: 'B. キャピタリゼーション (Capitalization)',
5071+
grade: 'Q7',
5072+
},
5073+
{
5074+
id: 'joi2020_yo1c_a',
5075+
contest_id: 'joi2020yo1c',
5076+
problem_index: 'A',
5077+
name: 'X に最も近い値 (The Nearest Value)',
5078+
title: 'A. X に最も近い値 (The Nearest Value)',
5079+
grade: 'Q7',
5080+
},
5081+
{
5082+
id: 'joi2020_yo1b_c',
5083+
contest_id: 'joi2020yo1b',
5084+
problem_index: 'C',
5085+
name: '最頻値 (Mode)',
5086+
title: 'C. 最頻値 (Mode)',
5087+
grade: 'Q6',
5088+
},
5089+
{
5090+
id: 'joi2020_yo1b_b',
5091+
contest_id: 'joi2020yo1b',
5092+
problem_index: 'B',
5093+
name: '文字列の反転 (Inversion of a String)',
5094+
title: 'B. 文字列の反転 (Inversion of a String)',
5095+
grade: 'Q7',
5096+
},
5097+
{
5098+
id: 'joi2020_yo1b_a',
5099+
contest_id: 'joi2020yo1b',
5100+
problem_index: 'A',
5101+
name: '試験 (Exam)',
5102+
title: 'A. 試験 (Exam)',
5103+
grade: 'Q8',
5104+
},
5105+
{
5106+
id: 'joi2020_yo1a_c',
5107+
contest_id: 'joi2020yo1a',
5108+
problem_index: 'C',
5109+
name: 'マージ (Merge)',
5110+
title: 'C. マージ (Merge)',
5111+
grade: 'Q5',
5112+
},
5113+
{
5114+
id: 'joi2020_yo1a_b',
5115+
contest_id: 'joi2020yo1a',
5116+
problem_index: 'B',
5117+
name: '母音を数える (Counting Vowels)',
5118+
title: 'B. 母音を数える (Counting Vowels)',
5119+
grade: 'Q7',
5120+
},
5121+
{
5122+
id: 'joi2020_yo1a_a',
5123+
contest_id: 'joi2020yo1a',
5124+
problem_index: 'A',
5125+
name: '3 つの整数 (Three Integers)',
5126+
title: 'A. 3 つの整数 (Three Integers)',
5127+
grade: 'Q9',
5128+
},
49355129
{
49365130
id: 'joi2016yo_a',
49375131
contest_id: 'joi2016yo',

0 commit comments

Comments
 (0)