我在codechef上遇到运行时错误NZEC.我在互联网上搜索但没有设法让我的代码成功. 这是我的代码: import java.io.BufferedReader; import java.io.IOException; import java.io.InputStreamReader; import java.math.BigInteger; public class Main { public BigInteger gcd(BigInteger a,BigInteger b){ if(b.compare...
the code that I have written for this is-http://www.codechef.com/viewsolution/5486946 But somehow NZEC error is coming on testing the code. Please help me to solve this error. Thanks in advance. ad hoc -1 snow3 10 years ago