iT邦幫忙

海綿寶寶 的所有回答 4382

函數回傳時一直出現存取違規

mac$ clang acsvio.c mac$ ./a.out Some dog drove under the boy.The town jumped to...

2021-05-29 ‧ 由 lukeyu1025 提問

qsort()忽然不能用了

參考這篇修改程式如下: #include<stdio.h> #include<stdlib.h> int compare( const...

2021-05-29 ‧ 由 vuj8104 提問

使用qsort 跟strcmp排序超長數字

$ ./a.out 3 1987 8765 3409 1987 3409 8765 3 1024 963 65 1024 65 963 ^Z [7]+...

2021-05-29 ‧ 由 silisili 提問

在git push時遇到「fatal: the remote end hung up unexpectedly」問題

試試看git config --global http.version HTTP/1.1 這篇的第一個答案(你加大 buffersize 是第二個答案)

2021-05-28 ‧ 由 火爆浪子 提問

Excel 不同工作表尋找連結相同數值

試試看Option Explicit'雙擊儲存格程式Private Sub Worksheet_BeforeDoubleClick(ByVal Target A...

2021-05-27 ‧ 由 gietin 提問

拜託求救

#include <iostream> using namespace std; int N; string str; void proce...

2021-05-26 ‧ 由 allen0711 提問