Hi! I'm a Tester @Red Hat. Glad to see you here.
@Red Hat, I am working on the OpenShift project.
So, CNCF lanscape are my interests.
Learn new techs.
Learn new programming languages.
Stay at home.
Stay healthy.
Stay safe.
Hi! I'm a Tester @Red Hat. Glad to see you here.
@Red Hat, I am working on the OpenShift project.
So, CNCF lanscape are my interests.
Learn new techs.
Learn new programming languages.
Stay at home.
Stay healthy.
Stay safe.
package main
import (
"crypto/tls"
"flag"
#include <stdio.h>
/*
You can define the size of Queens
*/
def sqrt(n, p):
# any number can be writen as n = a*10 +b, where a >=0, b is 0~9
# for example 123 = 12 * 10 + 3
# so then any number N = (a*10 + b)^2 + remainer = a^2*100 + b*(b+20*a) + remainer
# then b*(b+20*a) <= N - a^2*100