Borderou de evaluare (job #713990)

Utilizator avatar David_Radavoi David Radavoi David_Radavoi IP ascuns
Problemă Prime1 (clasa a 5-a) Compilator cpp-32
Rundă Arhiva de probleme Status evaluat
Dată 31 mar. 2023 11:43:33 Scor 0

Raport evaluator

Eroare de compilare: main.cpp:6:36: error: narrowing conversion of '9999999999' from 'long long int' to 'unsigned int' [-Wnarrowing] 6 | char ciur[10000001], cif[9999999999]; | ^ main.cpp:6:26: error: size '9999999999' of array 'cif' exceeds maximum object size '2147483647' 6 | char ciur[10000001], cif[9999999999]; | ^~~~~~~~~~