ffta2吧
全部回复
仅看楼主
level 10
Schmeichel20 楼主
#include <iostream>
int main()
{
     freopen("input.in","r",stdin);
     freopen("output.out","w",stdout);
     int a,b;
     scanf("%d%d",&a,&b);
     printf("%d\n",a+b);
     return 0;
}
2010年04月06日 11点04分 1
level 9

2010年04月06日 11点04分 2
level 10
这次换成程序了吗- -!
2010年04月06日 11点04分 3
level 4
是不是煤车专用的程序?
2010年04月06日 11点04分 4
level 11
我用专业VB的眼光看——这不是VB代码
2010年04月13日 12点04分 5
1