Initial commit
This commit is contained in:
commit
f704a73e74
11
26/pe26.go
Normal file
11
26/pe26.go
Normal file
|
@ -0,0 +1,11 @@
|
||||||
|
package pe26
|
||||||
|
|
||||||
|
import (
|
||||||
|
"fmt"
|
||||||
|
)
|
||||||
|
|
||||||
|
func solve() {
|
||||||
|
for i := 1; i <= N; i++ {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user