Commit 19739aa5 authored by Luhan Wang's avatar Luhan Wang

modify param

parent 637230a5
......@@ -6,7 +6,7 @@ int main(){
int i = 0;
for(int j =0;j<10;j++){
printf("i=%d\n",i);
i=i+2;
i=4*i+2;
}
return 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment