22372023-01-04 16:39:56TuruTamasJegesmedve (50)cpp11Compilation error
#include <bits/stdc++.h>
int main() {
    long long int * = new long long int[100000000];
}
Compilation error
exit status 1
main.cpp: In function 'int main()':
main.cpp:3:21: error: expected unqualified-id before '=' token
    3 |     long long int * = new long long int[100000000];
      |                     ^
Exited with error status 1