• 回复: 数学题。。。(先放这先)

  • # 16

    等电子的氯 Fri, 18 Jul 2008 20:41:27 +0000

    ....?
    话说薛猫怎么还没来。。

  • # 17

    氢氧化钱 Fri, 18 Jul 2008 21:04:38 +0000

    用pascal得出8F的解。。。

  • # 18

    回复 20F 我是薛猫 的帖子

    等电子的氯 Fri, 18 Jul 2008 21:20:55 +0000

    ...

  • # 19

    TCL Sat, 19 Jul 2008 11:23:19 +0000

    1.35590967386348
    vb代码:
    Private Sub Command1_Click()
    Dim a, b, c As Double
    a = 1
    c = 1
    For i = 1 To 1000000
    a = a / 4
    b = 1 + a
    c = c * b
    Next
    Text1.Text = c
    End Sub

  • # 20

    六只正在飞的羊 Mon, 21 Jul 2008 09:11:05 +0000

    1.355909673863479
    C++解
    #include
    #include
    #include
    using namespace std;
    int main()
    {
    double s=1;
    for(int i=1;i