/
Size: a a a
/
NA
IK
s
s
ФП
МД
МД
zl
go func(){
result := 1
for j := 1; j <= n; j++{
result *= j
}
fmt.Println(n, "-", result)
}()
Д
МД
ЛА
АС
OJ
go func(){
result := 1
for j := 1; j <= n; j++{
result *= j
}
fmt.Println(n, "-", result)
}()
NG