Borderou de evaluare (job #624039)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | em1 (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 6 ian. 2022 15:03:39 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:15:10: error: size of array 's' exceeds maximum object size '2147483647'
15 | char s[1000000][1000000];
| ^
main.cpp:17:15: error: 's' was not declared in this scope
17 | f.getline(s[0],1000000);
| ^
main.cpp:23:9: warning: unused variable 'a' [-Wunused-variable]
23 | int a=0,numarator=0,ok;
| ^