我正在嘗試編寫一個確定井字遊戲優勝者的代碼。 (這是一個大學分配) 我已經寫下面的函數來這樣做: This code only checks for horizontal lines, I haven't added the rest. I feel that this is something that needs a bit of hardcoding. def iswinner(board,
問題說,只有一個三重存在其中: A + B + C = 1000和^ 2 + B^2 = C^2 我試圖找到這個三重通過簡單的蠻力,但它每次返回a = 1000,b = 1000和c = 1000,我不明白爲什麼? public class Euler9
{
static long Answer()
{
long a=1,b=1,c=1;
oute