F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_18383957_21948.cpp:29:14: error: 'll' was not declared in this scope
 typedef pair<ll,ll> PII;
              ^
0_0_18383957_21948.cpp:29:17: error: 'll' was not declared in this scope
 typedef pair<ll,ll> PII;
                 ^
0_0_18383957_21948.cpp:29:19: error: template argument 1 is invalid
 typedef pair<ll,ll> PII;
                   ^
0_0_18383957_21948.cpp:29:19: error: template argument 2 is invalid
0_0_18383957_21948.cpp:29:24: error: invalid type in declaration before ';' token
 typedef pair<ll,ll> PII;
                        ^
0_0_18383957_21948.cpp: In function 'int main()':
0_0_18383957_21948.cpp:44:43: error: conversion from 'std::list<std::pair<long long int, long long int> >::iterator {aka std::_List_iterator<std::pair<long long int, long long int> >}' to non-scalar type 'std::list<int>::iterator {aka std::_List_iterator<int>}' requested
     for (list<PII>::iterator it = v.begin();it!=v.end();it++) {
                                           ^
0_0_18383957_21948.cpp:44:47: error: no match for 'operator!=' (operand types are 'std::list<int>::iterator {aka std::_List_iterator<int>}' and 'std::list<std::pair<long long int, long long int> >::iterator {aka std::_List_iterator<std::pair<long long int, long long int> >}')
     for (list<PII>::iterator it = v.begin();it!=v.end();it++) {
                                               ^
0_0_18383957_21948.cpp:44:47: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/list:63:0,
                 from 0_0_18383957_21948.cpp:10:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_list.h:191:7: note: bool std::_List_iterator<_Tp>::operator!=(const _Self&) const [with _Tp = int; std::_List_iterator<_Tp>::_Self = std::_List_iterator<int>]
       operator!=(const _Self& __x) const _GLIBCXX_NOEXCEPT
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_list.h:191:7: note:   no known conversion for argument 1 from 'std::list<std::pair<long long int, long long int> >::iterator {aka std::_List_iterator<std::pair<long long int, long long int> >}' to 'const _Self& {aka const std::_List_iterator<int>&}'
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:61,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60,
                 from 0_0_18383957_21948.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:227: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)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:227:5: note:   template argument deduction/substitution failed:
0_0_18383957_21948.cpp:44:55: note:   'std::list<int>::iterator {aka std::_List_iterator<int>}' is not derived from 'const std::pair<_T1, _T2>'
     for (list<PII>::iterator it = v.begin();it!=v.end();it++) {
                                                       ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:67:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:61,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60,
                 from 0_0_18383957_21948.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator.h:304:5: note: template<class _Iterator> bool std::operator!=(const std::reverse_iterator<_Iterator>&, const std::reverse_iterator<_Iterator>&)
     operator!=(const reverse_iterator<_Iterator>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator.h:304:5: note:   template argument deduction/substitution failed:
0_0_18383957_21948.cpp:44:55: note:   'std::list<int>::iterator {aka std::_List_iterator<int>}' is not derived from 'const std::reverse_iterator<_Iterator>'
     for (list<PII>::iterator it = v.begin();it!=v.end();it++) {
                                                       ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:67:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:61,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60,
                 from 0_0_18383957_21948.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator.h:354: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,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator.h:354:5: note:   template argument deduction/substitution failed:
0_0_18383957_21948.cpp:44:55: note:   'std::list<int>::iterator {aka std::_List_iterator<int>}' is not derived from 'const std::reverse_iterator<_Iterator>'
     for (list<PII>::iterator it = v.begin();it!=v.end();it++) {
                                                       ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:67:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:61,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60,
                 from 0_0_18383957_21948.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator.h:1060: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,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator.h:1060:5: note:   template argument deduction/substitution failed:
0_0_18383957_21948.cpp:44:55: note:   'std::list<int>::iterator {aka std::_List_iterator<int>}' is not derived from 'const std::move_iterator<_Iterator>'
     for (list<PII>::iterator it = v.begin();it!=v.end();it++) {
                                                       ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:67:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:61,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60,
                 from 0_0_18383957_21948.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator.h:1066:5: note: template<class _Iterator> bool std::operator!=(const std::move_iterator<_Iterator>&, const std::move_iterator<_Iterator>&)
     operator!=(const move_iterator<_Iterator>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator.h:1066:5: note:   template argument deduction/substitution failed:
0_0_18383957_21948.cpp:44:55: note:   'std::list<int>::iterator {aka std::_List_iterator<int>}' is not derived from 'const std::move_iterator<_Iterator>'
     for (list<PII>::iterator it = v.begin();it!=v.end();it++) {
                                                       ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:62:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60,
                 from 0_0_18383957_21948.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/allocator.h:138:5: note: template<class _T1, class _T2> bool std::operator!=(const std::allocator<_Tp1>&, const std::allocator<_T2>&)
     operator!=(const allocator<_T1>&, const allocator<_T2>&)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/allocator.h:138:5: note:   template argument deduction/substitution failed:
0_0_18383957_21948.cpp:44:55: note:   'std::list<int>::iterator {aka std::_List_iterator<int>}' is not derived from 'const std::allocator<_Tp1>'
     for (list<PII>::iterator it = v.begin();it!=v.end();it++) {
                                                       ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:62:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60,
                 from 0_0_18383957_21948.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/allocator.h:143:5: note: template<class _Tp> bool std::operator!=(const std::allocator<_Tp1>&, const std::allocator<_Tp1>&)
     operator!=(const allocator<_Tp>&, const allocator<_Tp>&)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/allocator.h:143:5: note:   template argument deduction/substitution failed:
0_0_18383957_21948.cpp:44:55: note:   'std::list<int>::iterator {aka std::_List_iterator<int>}' is not derived from 'const std::allocator<_Tp1>'
     for (list<PII>::iterator it = v.begin();it!=v.end();it++) {
                                                       ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60:0,
                 from 0_0_18383957_21948.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:329:5: note: template<class _Val> bool std::operator!=(const std::_Rb_tree_iterator<_Tp>&, const std::_Rb_tree_const_iterator<_Val>&)
     operator!=(const _Rb_tree_iterator<_Val>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:329:5: note:   template argument deduction/substitution failed:
0_0_18383957_21948.cpp:44:55: note:   'std::list<int>::iterator {aka std::_List_iterator<int>}' is not derived from 'const std::_Rb_tree_iterator<_Tp>'
     for (list<PII>::iterator it = v.begin();i


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-11-25 07:13:15, Gzip enabled