2012年1月22日 星期日

音源線

這是一種"1公2母"的音源線,就是有一個輸入端兩個輸出端的線。
如今,有人想要在畢旅同時使多台音響播放,請問他需要幾條音源線才夠 ?


輸入說明:
只有一行,代表有n台音響 , 0<n<32768


輸入範例:
1024
輸出範例:
1023

5 則留言:

  1. Private Sub Form_Load()
    Me.Hide
    Open App.Path & "\in.txt" For Input As #1
    Open App.Path & "\out.txt" For Output As #2
    Input #1, x
    If x <= 2 Then
    ans = 1
    Else
    ans = x - 1
    End If
    Print #2, ans
    Close
    Close
    End
    End Sub

    回覆刪除
  2. 小冰好,
    雖然是簡單,繼續前進哦。
    這題正確。

    回覆刪除
  3. Private Sub Form_Load()
    Me.Hide
    Open App.Path & "\in.txt" For Input As #1
    Open App.Path & "\out.txt" For Output As #2

    Input #1, x
    If x <= 2 Then
    ans = 1
    Else
    ans = x - 1
    End If

    Print #2, ans

    Close #2
    Close #1
    End
    End Sub

    回覆刪除
  4. Private Sub Form_Load()
    Open App.Path & "\in.txt" For Input As #1
    Open App.Path & "\out.txt" For Output As #2
    Input #1, x
    If x <= 2 Then
    ans = 1
    Else
    ans = x - 1
    End If
    Print #2, ans
    Close
    Close
    End
    End Sub

    回覆刪除
  5. 晟晟好,
    程式正確。

    哲好,
    歡迎你。
    程式正確。

    回覆刪除