Detalii evaluare #7829189

Rezumat problemă

Se dau două segmente în plan, specificate prin coordonatele capetelor. Să se verifice dacă au cel puțin un punct comun.

Detalii

Problema IntersectieSegmente Operații I/O intersectiesegmente.in/intersectiesegmente.out
Limita timp 0.1 secunde Limita memorie Total: 64 MB / Stivă 8 MB
Id soluție #7829189 Utilizator ioana ioana (marinmarin)
Fișier intersectiesegmente.cpp Dimensiune 458 B
Data încărcării 15 Ianuarie 2018, 19:53 Scor / rezultat Eroare de compilare

Evaluare


Mesaj compilare

intersectiesegmente.cpp: In function 'int main()':
intersectiesegmente.cpp:17:11: error: cannot bind 'std::basic_istream<char>' lvalue to 'std::basic_istream<char>&&'
     f>>p1.x>>p1.y>>p2.x>>p2.y>>p3.x>>p3.y>>p4.x>>p4.y;

           ^
In file included from /usr/include/c++/4.8/fstream:38:0,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/istream:872:5: error:   initializing argument 1 of 'std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&&, _Tp&) [with _CharT = char; _Traits = std::char_traits<char>; _Tp = punct]'
     operator>>(basic_istream<_CharT, _Traits>&& __is, _Tp& __x)
     ^
intersectiesegmente.cpp:18:13: error: no match for 'operator<=' (operand types are 'punct' and 'punct')
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

             ^
intersectiesegmente.cpp:18:13: note: candidates are:
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:64:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_pair.h:239:5: note: template<class _T1, class _T2> constexpr bool std::operator<=(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)
     operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
     ^
/usr/include/c++/4.8/bits/stl_pair.h:239:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:18: note:   'punct' is not derived from 'const std::pair<_T1, _T2>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                  ^
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_iterator.h:315:5: note: template<class _Iterator> bool std::operator<=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)
     operator<=(const reverse_iterator<_Iterator>& __x,
     ^
/usr/include/c++/4.8/bits/stl_iterator.h:315:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:18: note:   'punct' is not derived from 'const std::reverse_iterator<_Iterator>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                  ^
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_iterator.h:365:5: note: template<class _IteratorL, class _IteratorR> bool std::operator<=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)
     operator<=(const reverse_iterator<_IteratorL>& __x,
     ^
/usr/include/c++/4.8/bits/stl_iterator.h:365:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:18: note:   'punct' is not derived from 'const std::reverse_iterator<_Iterator>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                  ^
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_iterator.h:1067:5: note: template<class _IteratorL, class _IteratorR> bool std::operator<=(const std::move_iterator<_Iterator>&, const std::move_iterator<_IteratorR>&)
     operator<=(const move_iterator<_IteratorL>& __x,
     ^
/usr/include/c++/4.8/bits/stl_iterator.h:1067:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:18: note:   'punct' is not derived from 'const std::move_iterator<_Iterator>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                  ^
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_iterator.h:1073:5: note: template<class _Iterator> bool std::operator<=(const std::move_iterator<_Iterator>&, const std::move_iterator<_Iterator>&)
     operator<=(const move_iterator<_Iterator>& __x,
     ^
/usr/include/c++/4.8/bits/stl_iterator.h:1073:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:18: note:   'punct' is not derived from 'const std::move_iterator<_Iterator>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                  ^
In file included from /usr/include/c++/4.8/string:52:0,
                 from /usr/include/c++/4.8/bits/locale_classes.h:40,
                 from /usr/include/c++/4.8/bits/ios_base.h:41,
                 from /usr/include/c++/4.8/ios:42,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/basic_string.h:2643:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator<=(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
     operator<=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
     ^
/usr/include/c++/4.8/bits/basic_string.h:2643:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:18: note:   'punct' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                  ^
In file included from /usr/include/c++/4.8/string:52:0,
                 from /usr/include/c++/4.8/bits/locale_classes.h:40,
                 from /usr/include/c++/4.8/bits/ios_base.h:41,
                 from /usr/include/c++/4.8/ios:42,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/basic_string.h:2655:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator<=(const std::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)
     operator<=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
     ^
/usr/include/c++/4.8/bits/basic_string.h:2655:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:18: note:   'punct' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                  ^
In file included from /usr/include/c++/4.8/string:52:0,
                 from /usr/include/c++/4.8/bits/locale_classes.h:40,
                 from /usr/include/c++/4.8/bits/ios_base.h:41,
                 from /usr/include/c++/4.8/ios:42,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/basic_string.h:2667:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator<=(const _CharT*, const std::basic_string<_CharT, _Traits, _Alloc>&)
     operator<=(const _CharT* __lhs,
     ^
/usr/include/c++/4.8/bits/basic_string.h:2667:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:18: note:   mismatched types 'const _CharT*' and 'punct'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                  ^
intersectiesegmente.cpp:18:33: error: no match for 'operator<=' (operand types are 'punct' and 'punct')
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                 ^
intersectiesegmente.cpp:18:33: note: candidates are:
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:64:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_pair.h:239:5: note: template<class _T1, class _T2> constexpr bool std::operator<=(const std::pair<_T1, _T2>&, const std::pair<_T1, _T2>&)
     operator<=(const pair<_T1, _T2>& __x, const pair<_T1, _T2>& __y)
     ^
/usr/include/c++/4.8/bits/stl_pair.h:239:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:38: note:   'punct' is not derived from 'const std::pair<_T1, _T2>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                      ^
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_iterator.h:315:5: note: template<class _Iterator> bool std::operator<=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)
     operator<=(const reverse_iterator<_Iterator>& __x,
     ^
/usr/include/c++/4.8/bits/stl_iterator.h:315:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:38: note:   'punct' is not derived from 'const std::reverse_iterator<_Iterator>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                      ^
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_iterator.h:365:5: note: template<class _IteratorL, class _IteratorR> bool std::operator<=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_IteratorR>&)
     operator<=(const reverse_iterator<_IteratorL>& __x,
     ^
/usr/include/c++/4.8/bits/stl_iterator.h:365:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:38: note:   'punct' is not derived from 'const std::reverse_iterator<_Iterator>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                      ^
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_iterator.h:1067:5: note: template<class _IteratorL, class _IteratorR> bool std::operator<=(const std::move_iterator<_Iterator>&, const std::move_iterator<_IteratorR>&)
     operator<=(const move_iterator<_IteratorL>& __x,
     ^
/usr/include/c++/4.8/bits/stl_iterator.h:1067:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:38: note:   'punct' is not derived from 'const std::move_iterator<_Iterator>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                      ^
In file included from /usr/include/c++/4.8/bits/stl_algobase.h:67:0,
                 from /usr/include/c++/4.8/bits/char_traits.h:39,
                 from /usr/include/c++/4.8/ios:40,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/stl_iterator.h:1073:5: note: template<class _Iterator> bool std::operator<=(const std::move_iterator<_Iterator>&, const std::move_iterator<_Iterator>&)
     operator<=(const move_iterator<_Iterator>& __x,
     ^
/usr/include/c++/4.8/bits/stl_iterator.h:1073:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:38: note:   'punct' is not derived from 'const std::move_iterator<_Iterator>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                      ^
In file included from /usr/include/c++/4.8/string:52:0,
                 from /usr/include/c++/4.8/bits/locale_classes.h:40,
                 from /usr/include/c++/4.8/bits/ios_base.h:41,
                 from /usr/include/c++/4.8/ios:42,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/basic_string.h:2643:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator<=(const std::basic_string<_CharT, _Traits, _Alloc>&, const std::basic_string<_CharT, _Traits, _Alloc>&)
     operator<=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
     ^
/usr/include/c++/4.8/bits/basic_string.h:2643:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:38: note:   'punct' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                      ^
In file included from /usr/include/c++/4.8/string:52:0,
                 from /usr/include/c++/4.8/bits/locale_classes.h:40,
                 from /usr/include/c++/4.8/bits/ios_base.h:41,
                 from /usr/include/c++/4.8/ios:42,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/basic_string.h:2655:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator<=(const std::basic_string<_CharT, _Traits, _Alloc>&, const _CharT*)
     operator<=(const basic_string<_CharT, _Traits, _Alloc>& __lhs,
     ^
/usr/include/c++/4.8/bits/basic_string.h:2655:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:38: note:   'punct' is not derived from 'const std::basic_string<_CharT, _Traits, _Alloc>'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                      ^
In file included from /usr/include/c++/4.8/string:52:0,
                 from /usr/include/c++/4.8/bits/locale_classes.h:40,
                 from /usr/include/c++/4.8/bits/ios_base.h:41,
                 from /usr/include/c++/4.8/ios:42,
                 from /usr/include/c++/4.8/istream:38,
                 from /usr/include/c++/4.8/fstream:38,
                 from intersectiesegmente.cpp:1:
/usr/include/c++/4.8/bits/basic_string.h:2667:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator<=(const _CharT*, const std::basic_string<_CharT, _Traits, _Alloc>&)
     operator<=(const _CharT* __lhs,
     ^
/usr/include/c++/4.8/bits/basic_string.h:2667:5: note:   template argument deduction/substitution failed:
intersectiesegmente.cpp:18:38: note:   mismatched types 'const _CharT*' and 'punct'
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                      ^
intersectiesegmente.cpp:18:49: error: expected identifier before '(' token
     if((p1.y<=p3.y<=p4.y)||(p4.y<=p1.y<=p3.y))&&((p2.y<=p3.y<=p4.y)||(p4.y<=p2.y<=p3.y))&&

                                                 ^
intersectiesegmente.cpp:18:49: error: expected ';' before '(' token
intersectiesegmente.cpp:14:9: warning: unused variable 'a' [-Wunused-variable]
     int a,b,c,d,x,y;

         ^
intersectiesegmente.cpp:14:11: warning: unused variable 'b' [-Wunused-variable]
     int a,b,c,d,x,y;

           ^
intersectiesegmente.cpp:14:13: warning: unused variable 'c' [-Wunused-variable]
     int a,b,c,d,x,y;

             ^
intersectiesegmente.cpp:14:15: warning: unused variable 'd' [-Wunused-variable]
     int a,b,c,d,x,y;

               ^
intersectiesegmente.cpp:14:17: warning: unused variable 'x' [-Wunused-variable]
     int a,b,c,d,x,y;

                 ^
intersectiesegmente.cpp:14:19: warning: unused variable 'y' [-Wunused-variable]
     int a,b,c,d,x,y;

                   ^

Cum funcționează evaluarea?

www.pbinfo.ro permite evaluarea a două tipuri de probleme:

  • probleme la care rezolvarea presupune scrierea unui program complet
  • probleme la care rezolvarea presupune scrierea unei secvențe de program - câteva instrucțiuni, o listă de declarații, una sau mai multe funcții, etc.

Problema IntersectieSegmente face parte din prima categorie. Soluția propusă de tine va fi evaluată astfel:

  • Programul sursă este compilat folosind compilatorul corespunzător. Dacă în urma compilării se obțin erori sau avertismente, acestea sunt afișate în această pagină.
  • Dacă programul a fost compilat, executabilul obținut va fi rulat, furnizându-i-se unul sau mai multe seturi de date de intrare, în concordanță cu restricțiile specifice problemei. Pentru fiecare set de date se obține un anumit punctaj, în raport cu corectitudinea soluției tale.

Suma punctajelor acordate pe testele utilizate pentru verificare este 100. Astfel, soluția ta poate obține cel mult 100 de puncte, caz în care se poate considera corectă.