refactor: 移动已完成的题目

This commit is contained in:
2024-01-12 23:09:43 +08:00
parent 6f82b0a9c9
commit e2e9269ec2
20 changed files with 19 additions and 23 deletions

View File

@@ -1,12 +1,8 @@
/**
* [__PROBLEM_ID__] __PROBLEM_TITLE__
*
* __PROBLEM_DESC__
*/
pub struct Solution {}__EXTRA_USE__
// problem: __PROBLEM_LINK__
// discuss: __DISCUSS_LINK__
pub struct Solution {}
__EXTRA_USE__
// submission codes start here