Borderou de evaluare (job #745481)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Cuvinte (clasa a 5-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 16 nov. 2023 18:17:50 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:12:23: error: narrowing conversion of '20000000001' from 'long long int' to 'unsigned int' [-Wnarrowing]
12 | char s[20000000001];
| ^
main.cpp:12:12: error: size '20000000001' of array 's' exceeds maximum object size '2147483647'
12 | char s[20000000001];
| ^~~~~~~~~~~