我是新來的計算機編程。我需要這個任務的幫助。我需要將這個簡單的C++源代碼轉換爲Apple Dylan代碼。這是原來的數學聲明: Task: Input an integer number n and output the sum: 1+22+32+...+n2. Use input validation for n to be positive.
我在C++寫了這個代碼: #include
我安裝了軟件openDylan(windows 32位),但我無法在其上運行任何程序。 我創建了一個項目,當我編譯項目我收到以下錯誤: building targets: exe
don't know how to build <hello>library.obj
我該怎麼做,所以我可以池中運行的軟件項目?