<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">for ($i[0][0]=0; $i[0][0]&lt;1000000; $i[0][0]++) {
	$i[1] += $i[0][0];
}

print $i[1];
</pre></body></html>