mirror of
https://git.sb/baoshuo/OI-codes.git
synced 2024-11-23 20:08:47 +00:00
parent
5d15e35a46
commit
154526bcba
10
LibreOJ/1/1.go
Normal file
10
LibreOJ/1/1.go
Normal file
@ -0,0 +1,10 @@
|
||||
package main
|
||||
|
||||
import "fmt"
|
||||
|
||||
func main() {
|
||||
var a, b int
|
||||
|
||||
fmt.Scanln(&a, &b)
|
||||
fmt.Println(a + b)
|
||||
}
|
Loading…
Reference in New Issue
Block a user