Skip to content
This repository was archived by the owner on Jun 19, 2020. It is now read-only.

Commit 1c5eff7

Browse files
authored
Create solution template
1 parent 479cf25 commit 1c5eff7

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

template/solution.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Problem Link
2+
- [Codility-Lesson05-prefixsums](https://app.codility.com/programmers/lessons/5-prefix_sums/passing_cars/)
3+
4+
## 접근 방법
5+
### 1차
6+
- 접근 방법을 기술
7+
8+
```sudo
9+
//something
10+
```
11+
12+
#### 코드
13+
```python
14+
#solution code
15+
```
16+
17+
## 채점 결과
18+
- [채점결과링크](http://)
19+
| Task Score | Correctness | Performance |
20+
| ------------ | ------------- | ------------- |
21+
| 70% | 100% | 40% |

0 commit comments

Comments
 (0)