摘要: 1 #include 2 using namespace std; 3 4 5 extern int i; 6 extern float f(float a); 7 float b; 8 float f(float a){ 9 return a+1.0;10 }11 int i;12 ... 阅读全文
posted @ 2014-12-14 21:59 L.Tag.OP 阅读(19851) 评论(0) 推荐(0) 编辑