舉例時厭倦了Hello World,42,foobar,還有什麼其它選擇嗎?

來源:互聯網
上載者:User
最好充滿學院派氣質,辭藻華麗而又有典故,即使想裝x或惡搞但又要顯得不動聲色?

回複內容:

燙燙燙 棍斤拷0xB16B00BC stringConsole.WriteLine("你好,世界");

/*C#*/

class Fuck{    public Shit Shit{get;protected set;} = new Shit(Bitch.OriginalBitch);    public string ShitName => Shit.Name;    public bool IsFuckable(Bitch bitch) => Shit.Shitter.Mother == bitch.Sister;}
goodbye world!0xfullint mian()好久沒有看到燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙燙了,敢問42是什麼東西? 1. 實現24點遊戲
規則大家都知道的,用程式實現

2. 花式Fibonacci數列(in scala):

def fib1(n: Int): Int = n match {  case 0|1 => n  case _   => fib1(n-1) + fib1(n-2) }def fib2(n: Int): Int = {  def itr(k: Int, f0: Int, f1: Int): Int =    if(k == n) f0 else itr(k+1, f1, f0+f1)  itr(0, 0, 1)}val fib3: Stream[Int] = 0 #:: fib3.scanLeft(1){ _+_ }
  • 聯繫我們

    該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

    如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.