will this code give a TLE verdit or not

int main() {
/* Enter your code here. Read input from STDIN. Print output to STDOUT */
for(int i = 0; i less than 100000; i++) {
int arr[400000] = {0};

    }
    return 0;
}