/*-----------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 关注
- 5409 浏览
添加回答
举报
0/150
提交
取消