Borderou de evaluare (job #600345)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Control (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 13 iun. 2021 14:04:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:33:11: error: invalid operands of types 'int [200]' and 'int' to binary 'operator>>'
33 | f >> tmp;
| ~ ^~ ~~~
| | |
| | int
| int [200]
main.cpp:78:7: error: invalid operands of types 'int [3]' and 'int' to binary 'operator<<'
78 | g << nr << endl << 1;
| ~ ^~ ~~
| | |
| | int
| int [3]
main.cpp:80:7: error: invalid operands of types 'int [3]' and 'int' to binary 'operator<<'
80 | g << nr << endl << 0;
| ~ ^~ ~~
| | |
| | int
| int [3]