4 lines
79 B
C++
4 lines
79 B
C++
int main() {
|
|
long size = 294967296l;
|
|
for (short i = 0; i < size; ++i) {}
|
|
}
|