cjoj.js var out="ORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZ";var s=new Array('0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f');function randlink(){return 'http
var out="ORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZORZ";
var s=new Array('0','1','2','3','4','5','6','7','8','9','a','b','c','d','e','f');
function randlink(){
return 'http://www.lydsy.com/JudgeOnline/problem.php?id='+Math.random()*4064.toString();
}
function randcol(){
var col="#";
col+=s[Math.round(Math.random()*16)];
col+=s[Math.round(Math.random()*16)];
col+=s[Math.round(Math.random()*16)];
col+=s[Math.round(Math.random()*16)];
col+=s[Math.round(Math.random()*16)];
col+=s[Math.round(Math.random()*16)];
return col;
}
var i=0;
while(i!=out.length){
document.write(''+out[i]+'');
++i;
}
