int main() { int s = 0; for (int i = 0; i < 1000000; ++i) s += i; return s; }