Skip to content

Commit 9341abe

Browse files
committed
feat: 新增田地丈量算法的基础代码框架
1 parent 0e9f16b commit 9341abe

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

CCF-CSP/CSP2023-田地丈量.cpp

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
/*
2+
* @Author: tkzzzzzz6
3+
* @Date: 2026-05-28 08:06:15
4+
* @LastEditors: tkzzzzzz6
5+
* @LastEditTime: 2026-05-28 08:06:40
6+
*/
7+
#include <iostream>
8+
#include <vector>
9+
10+
using namespace std;
11+
12+
int main() {
13+
return 0;
14+
}

0 commit comments

Comments
 (0)