Borderou de evaluare (job #768876)
Utilizator |
|
IP | ascuns |
---|---|---|---|
Problemă | Gardul (clasa a 6-a) | Compilator | cpp-32 |
Rundă | Arhiva de probleme | Status | evaluat |
Dată | 18 mar. 2024 23:11:47 | Scor | 0 |
Raport evaluator
Eroare de compilare:
main.cpp: In function 'int main()':
main.cpp:10:11: error: no match for 'operator>>' (operand types are 'std::basic_istream<char>::__istream_type' {aka 'std::basic_istream<char>'} and 'char')
10 | fin>>n>>'n'>>p>>q;
| ~~~~~~^~~~~
| | |
| | char
| std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}
In file included from /usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/iostream:42,
from main.cpp:1:
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:325:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(void*&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
325 | operator>>(void*& __p)
| ^~~~~~~~
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:325:7: note: conversion of argument 1 would be ill-formed:
main.cpp:10:13: error: invalid conversion from 'char' to 'void*' [-fpermissive]
10 | fin>>n>>'n'>>p>>q;
| ^~~
| |
| char
main.cpp:10:13: error: cannot bind rvalue '(void*)110' to 'void*&'
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:224:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long double&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
224 | operator>>(long double& __f)
| ^~~~~~~~
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:224:7: note: conversion of argument 1 would be ill-formed:
main.cpp:10:13: error: cannot bind non-const lvalue reference of type 'long double&' to a value of type 'char'
10 | fin>>n>>'n'>>p>>q;
| ^~~
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:220:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(double&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
220 | operator>>(double& __f)
| ^~~~~~~~
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:220:7: note: conversion of argument 1 would be ill-formed:
main.cpp:10:13: error: cannot bind non-const lvalue reference of type 'double&' to a value of type 'char'
10 | fin>>n>>'n'>>p>>q;
| ^~~
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:216:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(float&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
216 | operator>>(float& __f)
| ^~~~~~~~
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:216:7: note: conversion of argument 1 would be ill-formed:
main.cpp:10:13: error: cannot bind non-const lvalue reference of type 'float&' to a value of type 'char'
10 | fin>>n>>'n'>>p>>q;
| ^~~
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:201:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
201 | operator>>(unsigned long long& __n)
| ^~~~~~~~
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:201:7: note: conversion of argument 1 would be ill-formed:
main.cpp:10:13: error: cannot bind non-const lvalue reference of type 'long long unsigned int&' to a value of type 'char'
10 | fin>>n>>'n'>>p>>q;
| ^~~
/usr/lib/gcc/i686-pc-linux-gnu/13/include/g++-v13/istream:197:7: note: candidate: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long int&) [with _CharT = char; _Traits = std::char_traits<char>; __istream_type = std::basic_istream<char>]' (near match)
197 | operator>>(long long& __n)
| ^~~~~~~~