Initial commit
This commit is contained in:
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++ {
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user