摘要:
#include "stdio.h"int function(int a,int b){int c=a+b;int i;for(i=0;i<50;i++){c=c+i;}return c;}void main(){function(1,2);} --- c:\users\wangchao\desktop\test\test\main.cpp -------------------------... 阅读全文
posted @ 2010-07-01 20:30
CWangChao
阅读(184)
评论(0)
推荐(0)
浙公网安备 33010602011771号