Borderou de evaluare (job #616060)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Magnitudine ( clasa a 5-a ) | Compilator | cpp-32 |
Rundă | simulare27 | Status | evaluat |
Dată | 14 nov. 2021 10:29:48 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:12:7: error: invalid operands of types 'int [11]' and 'long long int' to binary 'operator>>'
12 | f >> nr >> k;
| ~ ^~ ~~
| | |
| | long long int
| int [11]
main.cpp:38:20: warning: 'memset' used with length equal to number of elements without multiplication by element size [-Wmemset-elt-size]
38 | memset(f, 0, 11);
| ^
main.cpp:49:5: error: 'g' was not declared in this scope
49 | g << magn;
| ^