/*-----------01----------*/#include"stdio.h"int main(){ printf("\n請輸入一個整數:"); int a , num ; scanf("%d",&a); num = a*2 ; printf("%d\n",num); return 0;}--------------------Configuration: GC - Win32 Debug--------------------Linking...LINK : fatal error LNK1104: cannot open file "Debug/GC.exe"執行 link.exe 時出錯.GC.exe - 1 error(s), 0 warning(s)
- 0 回答
- 0 關注
- 5477 瀏覽
添加回答
舉報
0/150
提交
取消