!7 p { int n = 10000000; O f = func(int i) { i*2 }; int x = 0; time { for i to n: x += callF(f, i); } print(x); }