Borderou de evaluare (job #712384)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Reginald | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 27 mar. 2023 18:16:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:8: error: invalid operands of types 'FILE*' and 'int' to binary 'operator>>'
10 | cin>>n;
| ~~~^~~
| | |
| | int
| FILE*
main.cpp:29:12: error: invalid operands of types 'FILE*' and 'int' to binary 'operator>>'
29 | cin>>x>>y>>p;
| ~~~^~~
| | |
| | int
| FILE*
main.cpp:34:13: error: invalid operands of types 'FILE*' and 'int' to binary 'operator<<'
34 | cout<<nr<<endl;
| ~~~~^~~~
| | |
| FILE* int