/ Vijos /

记录详情

Compile Error

/in/foo.cc:3:8: error: expected identifier before numeric constant
 int i=[1000];
        ^~~~
/in/foo.cc: In lambda function:
/in/foo.cc:3:13: error: expected '{' before ';' token
 int i=[1000];
             ^
/in/foo.cc: At global scope:
/in/foo.cc:3:13: error: invalid user-defined conversion from '<lambda()>' to 'int' [-fpermissive]
/in/foo.cc:3:12: note: candidate is: <lambda()>::operator void (*)()() const <near match>
 int i=[1000];
            ^
/in/foo.cc:3:12: note:   no known conversion from 'void (*)()' to 'int'
/in/foo.cc:4:8: error: expected identifier before numeric constant
 int l=[1000];
        ^~~~
/in/foo.cc: In lambda function:
/in/foo.cc:4:13: error: expected '{' before ';' token
 int l=[1000];
             ^
/in/foo.cc: At global scope:
/in/foo.cc:4:13: error: invalid user-defined conversion from '<lambda()>' to 'int' [-fpermissive]
/in/foo.cc:4:12: note: candidate is: <lambda()>::operator void (*)()() const <near match>
 int l=[1000];
            ^
/in/foo.cc:4:12: note:   no known conversion from 'void (*)()' to 'int'
/in/foo.cc: In function 'int main()':
/in/foo.cc:6:29: error: expected unqualified-id before ';' token
    int ke=0,sl,zdx,ddx[i],r,;
                             ^
/in/foo.cc:7:12: error: no match for 'operator>>' (operand types are 'std::basic_istream<char>::__istream_type {aka std::basic_istream<char>}' and 'int [i]')
     cin>>sl>>ddx>>r;
     ~~~~~~~^~~~~
In file included from /usr/include/c++/6/iostream:40:0,
                 from /in/foo.cc:1:
/usr/include/c++/6/istream:168:7: note: candidate: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(bool&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>] <near match>
       operator>>(bool& __n)
       ^~~~~~~~
/usr/include/c++/6/istream:168:7: note:   conversion of argument 1 would be ill-formed:
/in/foo.cc:7:14: warning: the address of 'ddx' will always evaluate as 'true' [-Waddress]
     cin>>sl>>ddx>>r;
              ^~~
/in/foo.cc:7:14: error: invalid initialization of non-const reference of type 'bool&' from an rvalue of type 'bool'
In file included from /usr/include/c++/6/iostream:40:0,
                 from /in/foo.cc:1:
/usr/include/c++/6/istream:172:7: note: candidate: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(short int&) [with _CharT = char; _Traits = std::char_traits<char>] <near match>
       operator>>(short& __n);
       ^~~~~~~~
/usr/include/c++/6/istream:172:7: note:   conversion of argument 1 would be ill-formed:
/in/foo.cc:7:14: error: invalid conversion from 'int*' to 'short int' [-fpermissive]
     cin>>sl>>ddx>>r;
              ^~~
/in/foo.cc:7:14: error: cannot bind rvalue '(short int)((int*)(& ddx))' to 'short int&'
In file included from /usr/include/c++/6/iostream:40:0,
                 from /in/foo.cc:1:
/usr/include/c++/6/istream:175:7: note: candidate: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(short unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>] <near match>
       operator>>(unsigned short& __n)
       ^~~~~~~~
/usr/include/c++/6/istream:175:7: note:   conversion of argument 1 would be ill-formed:
/in/foo.cc:7:14: error: invalid conversion from 'int*' to 'short unsigned int' [-fpermissive]
     cin>>sl>>ddx>>r;
              ^~~
/in/foo.cc:7:14: error: cannot bind rvalue '(short unsigned int)((int*)(& ddx))' to 'short unsigned int&'
In file included from /usr/include/c++/6/iostream:40:0,
                 from /in/foo.cc:1:
/usr/include/c++/6/istream:179:7: note: candidate: std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(int&) [with _CharT = char; _Traits = std::char_traits<char>] <near match>
       operator>>(int& __n);
       ^~~~~~~~
/usr/include/c++/6/istream:179:7: note:   conversion of argument 1 would be ill-formed:
/in/foo.cc:7:14: error: invalid conversion from 'int*' to 'int' [-fpermissive]
     cin>>sl>>ddx>>r;
              ^~~
/in/foo.cc:7:14: error: cannot bind rvalue '(int)((int*)(& ddx))' to 'int&'
In file included from /usr/include/c++/6/iostream:40:0,
                 from /in/foo.cc:1:
/usr/include/c++/6/istream:182:7: note: candidate: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>] <near match>
       operator>>(unsigned int& __n)
       ^~~~~~~~
/usr/include/c++/6/istream:182:7: note:   conversion of argument 1 would be ill-formed:
/in/foo.cc:7:14: error: invalid conversion from 'int*' to 'unsigned int' [-fpermissive]
     cin>>sl>>ddx>>r;
              ^~~
/in/foo.cc:7:14: error: cannot bind rvalue '(unsigned int)((int*)(& ddx))' to 'unsigned int&'
In file included from /usr/include/c++/6/iostream:40:0,
                 from /in/foo.cc:1:
/usr/include/c++/6/istream:186:7: note: candidate: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>] <near match>
       operator>>(long& __n)
       ^~~~~~~~
/usr/include/c++/6/istream:186:7: note:   conversion of argument 1 would be ill-formed:
/in/foo.cc:7:14: error: invalid conversion from 'int*' to 'long int' [-fpermissive]
     cin>>sl>>ddx>>r;
              ^~~
/in/foo.cc:7:14: error: cannot bind rvalue '(long int)((int*)(& ddx))' to 'long int&'
In file included from /usr/include/c++/6/iostream:40:0,
                 from /in/foo.cc:1:
/usr/include/c++/6/istream:190:7: note: candidate: std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long unsigned int&) [with _CharT = char; _Traits = std::char_traits<char>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>] <near match>
       operator>>(unsigned long& __n)
       ^~~~~~~~
/usr/include/c++/6/istream:190:7: note:   conversion of argument 1 would be ill-formed:
/in/foo.cc:7:14: error: invalid conversion from 'int*' to 'long unsigned int' [-fpermissive]
     cin>>sl>>ddx>>r;
              ^~~
/in/foo.cc:7:14: error: cannot bind rvalue '(long unsigned int)((int*)(& ddx))' to 'long unsigned int&'
In file included from /usr/include/c++/6/iostream:40:0,
                 from /in/foo.cc:1:
/usr/include/c++/6/istream:195: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>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>] <near match>
       operator>>(long long& __n)
       ^~~~~~~~
/usr/include/c++/6/istream:195:7: note:   conversion of argument 1 would be ill-formed:
/in/foo.cc:7:14: error: invalid conversion from 'int*' to 'long long int' [-fpermissive]
     cin>>sl>>ddx>>r;
              ^~~
/in/foo.cc:7:14: error: cannot bind rvalue '(long long int)((int*)(& ddx))' to 'long long int&'
In file included from /usr/include/c++/6/iostream:40:0,
                 from /in/foo.cc:1:
/usr/include/c++/6/istream:199: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>; std::basic_istream<_CharT, _Traits>::__istream_type = std::basic_istream<char>] <near match>
       operator>>(unsigned long long& __n)
       ^~~~~~~~
/usr/include/c++/6/istream:199:7: note:   conversion of argument 1 would be ill-formed:
/in/foo.cc:7:14: error: invalid conversion from 'int*' to 'long long unsigned int' [-fpermissive]
     cin>>sl>>ddx>>r;
              ^~~
/in/foo.cc:7:14: error: cannot bind rvalue '(long long unsigned int)((int*)(& ddx))' to 'long long unsigned int&'

信息

递交者
类型
递交
题目
P1020 切蛋糕
语言
C++
递交时间
2017-12-12 13:40:52
评测时间
2017-12-12 13:40:52
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes