2237 | 2023-01-04 16:39:56 | TuruTamas | Jegesmedve (50) | cpp11 | Forditási hiba |
#include <bits/stdc++.h>
int main() {
long long int * = new long long int[100000000];
}
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