|
|||||||||||||||
ultima problemă
grupă: mică
sursă: OMI 2016 ultimul articol
autor: Prof. Radu Vişinescu
ultimul software
autor: Prof. Emanuela Cerchez
|
Sursa 543169
Mesaj evaluator:
grazing.cpp:282:1: warning: missing terminating " character
grazing.cpp:282: error: missing terminating " character
grazing.cpp:281: error: expected primary-expression at end of input
grazing.cpp:281: error: expected '}' at end of input
grazing.cpp:281: error: in C++98 'V' must be initialized by constructor, not by '{...}'
grazing.cpp:281: warning: extended initializer lists only available with -std=c++0x or -std=gnu++0x
grazing.cpp:281: error: deducing from brace-enclosed initializer list requires #include <initializer_list>
grazing.cpp:281: error: no matching function for call to 'std::vector<std::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > > >::vector(<brace-enclosed initializer list>)'
/usr/include/c++/4.4/bits/stl_vector.h:241: note: candidates are: std::vector<_Tp, _Alloc>::vector(const std::vector<_Tp, _Alloc>&) [with _Tp = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, _Alloc = std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >]
/usr/include/c++/4.4/bits/stl_vector.h:207: note: std::vector<_Tp, _Alloc>::vector() [with _Tp = std::basic_string<char, std::char_traits<char>, std::allocator<char> >, _Alloc = std::allocator<std::basic_string<char, std::char_traits<char>, std::allocator<char> > >]
grazing.cpp:281: error: expected ',' or ';' at end of input
|
||||||||||||||
ajutor |