ในทางทฤษฎีส่งออกหมายเลขของเกรแฮม
หมายเลขของ Graham Gถูกกำหนดในลักษณะนี้: u(3,n,1) = 3^n u(3,1,m) = 3 u(3,n,m) = u(3,u(3,n-1,m),m-1) [Knuth's up-arrow notation] [Conway chained arrow notation] THEN g1 = u(3,3,4) g2 = u(3,3,g1) g3 = u(3,3,g2) ... G = u(3,3,g63) คุณได้รับu(3,3,2)=7625597484987รหัสเพื่อตรวจสอบรหัสของคุณ งานของคุณคือการเขียนโปรแกรม / ฟังก์ชั่นที่จะส่งออกค่าGกำหนดอย่างแน่นอนกำหนดขนาดจำนวนเต็มและเวลาเพียงพอ อ้างอิง หมายเลขของเกรแฮม สัญลักษณ์ลูกศรขึ้นของ Knuth สัญลักษณ์ลูกศรของ Conway ลีดเดอร์บอร์ด แสดงตัวอย่างโค้ด var QUESTION_ID=83873,OVERRIDE_USER=48934;function answersUrl(e){return"http://api.stackexchange.com/2.2/questions/"+QUESTION_ID+"/answers?page="+e+"&pagesize=100&order=desc&sort=creation&site=codegolf&filter="+ANSWER_FILTER}function commentUrl(e,s){return"http://api.stackexchange.com/2.2/answers/"+s.join(";")+"/comments?page="+e+"&pagesize=100&order=desc&sort=creation&site=codegolf&filter="+COMMENT_FILTER}function getAnswers(){jQuery.ajax({url:answersUrl(answer_page++),method:"get",dataType:"jsonp",crossDomain:!0,success:function(e){answers.push.apply(answers,e.items),answers_hash=[],answer_ids=[],e.items.forEach(function(e){e.comments=[];var …