Run id: 117351

Main.cc: In function 'bool c(b, b)':
Main.cc:12:5: error: 'reture' was not declared in this scope
     reture x.J>get();
                  ^
In file included from /usr/include/c++/5/algorithm:60:0,
                 from Main.cc:4:
/usr/include/c++/5/utility:147:5: note: candidate: template constexpr typename std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type& std::get(std::pair<_Tp1, _Tp2>&)
     get(std::pair<_Tp1, _Tp2>& __in) noexcept
     ^
/usr/include/c++/5/utility:147:5: note:   template argument deduction/substitution failed:
Main.cc:19:18: note:   candidate expects 1 argument, 0 provided
         cin>>get();
                  ^
In file included from /usr/include/c++/5/algorithm:60:0,
                 from Main.cc:4:
/usr/include/c++/5/utility:152:5: note: candidate: template constexpr typename std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type&& std::get(std::pair<_Tp1, _Tp2>&&)
     get(std::pair<_Tp1, _Tp2>&& __in) noexcept
     ^
/usr/include/c++/5/utility:152:5: note:   template argument deduction/substitution failed:
Main.cc:19:18: note:   candidate expects 1 argument, 0 provided
         cin>>get();
                  ^
In file included from /usr/include/c++/5/algorithm:60:0,
                 from Main.cc:4:
/usr/include/c++/5/utility:157:5: note: candidate: template constexpr const typename std::tuple_element<_Int, std::pair<_Tp1, _Tp2> >::type& std::get(const std::pair<_Tp1, _Tp2>&)
     get(const std::pair<_Tp1, _Tp2>& __in) noexcept
     ^
/usr/include/c++/5/utility:157:5: note:   template argument deduction/substitution failed:
Main.cc:19:18: note:   candidate expects 1 argument, 0 provided
         cin>>get();
                  ^
Main.cc:20:21: error: 'std::istream {aka class std::basic_istream}' has no member named 'b'
         getline(cin.b[i].name);
                     ^
Main.cc:21:15: error: expected primary-expression before '[' token
         cin>>b[i].J;
               ^
Main.cc:23:11: error: expected primary-expression before '+' token
     sort(b+0,b+n,c);
           ^
Main.cc:23:15: error: expected primary-expression before '+' token
     sort(b+0,b+n,c);
               ^
Main.cc:24:22: error: expected primary-expression before '[' token
     printf("%.2lf,",b[0],J);
                      ^
Main.cc:24:26: error: 'J' was not declared in this scope
     printf("%.2lf,",b[0],J);
                          ^
Main.cc:25:12: error: expected primary-expression before '[' token
     cout<