Skip to content

Commit cf40d88

Browse files
author
EarthlyEric6
committed
move all code to src && add README.MD
1 parent 8a037b2 commit cf40d88

File tree

7 files changed

+10
-1
lines changed

7 files changed

+10
-1
lines changed

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
/*.exe
1+
/src/*.exe

README.MD

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# EarthlyEric6's ZeroJudge 解答合集
2+
---
3+
這裡放置了<a href='https://zerojudge.tw/'>ZeroJudge</a>的題庫解答
4+
## 已可用的解答列表
5+
- [a001](src/a001.cpp)
6+
- [a002](src/a002.cpp)
7+
- [a003](src/a003.cpp)
8+
- [a004](src/a004.cpp)
9+
- [a005](src/a005.cpp)

a001.cpp renamed to src/a001.cpp

File renamed without changes.

a002.cpp renamed to src/a002.cpp

File renamed without changes.

a003.cpp renamed to src/a003.cpp

File renamed without changes.

a004.cpp renamed to src/a004.cpp

File renamed without changes.

a005.cpp renamed to src/a005.cpp

File renamed without changes.

0 commit comments

Comments
 (0)