This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <stdio.h> | |
#include <stdlib.h> | |
#include <time.h> | |
#define KB 1024 | |
#define MB 1024 * 1024 | |
int main() { | |
unsigned int steps = 256 * 1024 * 1024; | |
static int arr[4 * 1024 * 1024]; |