Source code

Revision control

Copy as Markdown

Other Tools

int main() {
long size = 294967296l;
for (short i = 0; i < size; ++i) {}
}