Skip to content

Commit d5af02d

Browse files
committed
feat(task): Add table for AGC 001 onwards (#2837)
1 parent 32eadfd commit d5af02d

File tree

1 file changed

+231
-0
lines changed

1 file changed

+231
-0
lines changed

prisma/tasks.ts

Lines changed: 231 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4596,6 +4596,237 @@ export const tasks = [
45964596
title: 'E. Connected?',
45974597
grade: 'D2',
45984598
},
4599+
{
4600+
id: 'agc074_e',
4601+
contest_id: 'agc074',
4602+
problem_index: 'E',
4603+
name: 'Delete AB',
4604+
title: 'E. Delete AB',
4605+
},
4606+
{
4607+
id: 'agc074_d',
4608+
contest_id: 'agc074',
4609+
problem_index: 'D',
4610+
name: 'Valid Output for DSU Problems',
4611+
title: 'D. Valid Output for DSU Problems',
4612+
},
4613+
{
4614+
id: 'agc074_c',
4615+
contest_id: 'agc074',
4616+
problem_index: 'C',
4617+
name: 'PORALIS',
4618+
title: 'C. PORALIS',
4619+
},
4620+
{
4621+
id: 'agc074_b',
4622+
contest_id: 'agc074',
4623+
problem_index: 'B',
4624+
name: 'Swap if Equal Length and Sum',
4625+
title: 'B. Swap if Equal Length and Sum',
4626+
},
4627+
{
4628+
id: 'agc074_a',
4629+
contest_id: 'agc074',
4630+
problem_index: 'A',
4631+
name: 'Communicate Topological Order',
4632+
title: 'A. Communicate Topological Order',
4633+
},
4634+
{
4635+
id: 'agc073_d',
4636+
contest_id: 'agc073',
4637+
problem_index: 'D',
4638+
name: 'Four Jewels',
4639+
title: 'D. Four Jewels',
4640+
},
4641+
{
4642+
id: 'agc073_c',
4643+
contest_id: 'agc073',
4644+
problem_index: 'C',
4645+
name: 'Product of Max of Sum of Subtree',
4646+
title: 'C. Product of Max of Sum of Subtree',
4647+
},
4648+
{
4649+
id: 'agc073_b',
4650+
contest_id: 'agc073',
4651+
problem_index: 'B',
4652+
name: 'Cyclic Jump',
4653+
title: 'B. Cyclic Jump',
4654+
},
4655+
{
4656+
id: 'agc073_a',
4657+
contest_id: 'agc073',
4658+
problem_index: 'A',
4659+
name: 'Chords and Checkered',
4660+
title: 'A. Chords and Checkered',
4661+
},
4662+
{
4663+
id: 'agc028_f2',
4664+
contest_id: 'agc028',
4665+
problem_index: 'F2',
4666+
name: 'Reachable Cells',
4667+
title: 'F2. Reachable Cells',
4668+
},
4669+
{
4670+
id: 'agc028_f',
4671+
contest_id: 'agc028',
4672+
problem_index: 'F',
4673+
name: 'Reachable Cells',
4674+
title: 'F. Reachable Cells',
4675+
},
4676+
{
4677+
id: 'agc028_e',
4678+
contest_id: 'agc028',
4679+
problem_index: 'E',
4680+
name: 'High Elements',
4681+
title: 'E. High Elements',
4682+
},
4683+
{
4684+
id: 'agc028_d',
4685+
contest_id: 'agc028',
4686+
problem_index: 'D',
4687+
name: 'Chords',
4688+
title: 'D. Chords',
4689+
},
4690+
{
4691+
id: 'agc028_c',
4692+
contest_id: 'agc028',
4693+
problem_index: 'C',
4694+
name: 'Min Cost Cycle',
4695+
title: 'C. Min Cost Cycle',
4696+
},
4697+
{
4698+
id: 'agc028_b',
4699+
contest_id: 'agc028',
4700+
problem_index: 'B',
4701+
name: 'Removing Blocks',
4702+
title: 'B. Removing Blocks',
4703+
},
4704+
{
4705+
id: 'agc028_a',
4706+
contest_id: 'agc028',
4707+
problem_index: 'A',
4708+
name: 'Two Abbreviations',
4709+
title: 'A. Two Abbreviations',
4710+
},
4711+
{
4712+
id: 'agc009_e',
4713+
contest_id: 'agc009',
4714+
problem_index: 'E',
4715+
name: 'Eternal Average',
4716+
title: 'E. Eternal Average',
4717+
},
4718+
{
4719+
id: 'agc009_d',
4720+
contest_id: 'agc009',
4721+
problem_index: 'D',
4722+
name: 'Uninity',
4723+
title: 'D. Uninity',
4724+
},
4725+
{
4726+
id: 'agc009_c',
4727+
contest_id: 'agc009',
4728+
problem_index: 'C',
4729+
name: 'Division into Two',
4730+
title: 'C. Division into Two',
4731+
},
4732+
{
4733+
id: 'agc009_b',
4734+
contest_id: 'agc009',
4735+
problem_index: 'B',
4736+
name: 'Tournament',
4737+
title: 'B. Tournament',
4738+
},
4739+
{
4740+
id: 'agc009_a',
4741+
contest_id: 'agc009',
4742+
problem_index: 'A',
4743+
name: 'Multiple Array',
4744+
title: 'A. Multiple Array',
4745+
},
4746+
{
4747+
id: 'agc002_f',
4748+
contest_id: 'agc002',
4749+
problem_index: 'F',
4750+
name: 'Leftmost Ball',
4751+
title: 'F. Leftmost Ball',
4752+
},
4753+
{
4754+
id: 'agc002_e',
4755+
contest_id: 'agc002',
4756+
problem_index: 'E',
4757+
name: 'Candy Piles',
4758+
title: 'E. Candy Piles',
4759+
},
4760+
{
4761+
id: 'agc002_d',
4762+
contest_id: 'agc002',
4763+
problem_index: 'D',
4764+
name: 'Stamp Rally',
4765+
title: 'D. Stamp Rally',
4766+
},
4767+
{
4768+
id: 'agc002_c',
4769+
contest_id: 'agc002',
4770+
problem_index: 'C',
4771+
name: 'Knot Puzzle',
4772+
title: 'C. Knot Puzzle',
4773+
},
4774+
{
4775+
id: 'agc002_b',
4776+
contest_id: 'agc002',
4777+
problem_index: 'B',
4778+
name: 'Box and Ball',
4779+
title: 'B. Box and Ball',
4780+
},
4781+
{
4782+
id: 'agc002_a',
4783+
contest_id: 'agc002',
4784+
problem_index: 'A',
4785+
name: 'Range Product',
4786+
title: 'A. Range Product',
4787+
},
4788+
{
4789+
id: 'agc001_f',
4790+
contest_id: 'agc001',
4791+
problem_index: 'F',
4792+
name: 'Wide Swap',
4793+
title: 'F. Wide Swap',
4794+
},
4795+
{
4796+
id: 'agc001_e',
4797+
contest_id: 'agc001',
4798+
problem_index: 'E',
4799+
name: 'BBQ Hard',
4800+
title: 'E. BBQ Hard',
4801+
},
4802+
{
4803+
id: 'agc001_d',
4804+
contest_id: 'agc001',
4805+
problem_index: 'D',
4806+
name: 'Arrays and Palindrome',
4807+
title: 'D. Arrays and Palindrome',
4808+
},
4809+
{
4810+
id: 'agc001_c',
4811+
contest_id: 'agc001',
4812+
problem_index: 'C',
4813+
name: 'Shorten Diameter',
4814+
title: 'C. Shorten Diameter',
4815+
},
4816+
{
4817+
id: 'agc001_b',
4818+
contest_id: 'agc001',
4819+
problem_index: 'B',
4820+
name: 'Mysterious Light',
4821+
title: 'B. Mysterious Light',
4822+
},
4823+
{
4824+
id: 'agc001_a',
4825+
contest_id: 'agc001',
4826+
problem_index: 'A',
4827+
name: 'BBQ Easy',
4828+
title: 'A. BBQ Easy',
4829+
},
45994830
{
46004831
id: 'practice_1',
46014832
contest_id: 'abs',

0 commit comments

Comments
 (0)