/ Vijos /

记录详情

Compile Error

foo.cc: In function 'int main()':
foo.cc:27:11: error: reference to 'max' is ambiguous
   if (g > max.sum) {
           ^~~
foo.cc:15:6: note: candidates are: info max
 info max,i;
      ^~~
In file included from /usr/include/c++/7/bits/char_traits.h:39:0,
                 from /usr/include/c++/7/string:40,
                 from foo.cc:1:
/usr/include/c++/7/bits/stl_algobase.h:265:5: note:                 template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
/usr/include/c++/7/bits/stl_algobase.h:219:5: note:                 template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&)
     max(const _Tp& __a, const _Tp& __b)
     ^~~
foo.cc:28:4: error: reference to 'max' is ambiguous
    max = i;
    ^~~
foo.cc:15:6: note: candidates are: info max
 info max,i;
      ^~~
In file included from /usr/include/c++/7/bits/char_traits.h:39:0,
                 from /usr/include/c++/7/string:40,
                 from foo.cc:1:
/usr/include/c++/7/bits/stl_algobase.h:265:5: note:                 template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
/usr/include/c++/7/bits/stl_algobase.h:219:5: note:                 template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&)
     max(const _Tp& __a, const _Tp& __b)
     ^~~
foo.cc:29:4: error: reference to 'max' is ambiguous
    max.sum = g;
    ^~~
foo.cc:15:6: note: candidates are: info max
 info max,i;
      ^~~
In file included from /usr/include/c++/7/bits/char_traits.h:39:0,
                 from /usr/include/c++/7/string:40,
                 from foo.cc:1:
/usr/include/c++/7/bits/stl_algobase.h:265:5: note:                 template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
/usr/include/c++/7/bits/stl_algobase.h:219:5: note:                 template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&)
     max(const _Tp& __a, const _Tp& __b)
     ^~~
foo.cc:33:10: error: reference to 'max' is ambiguous
  cout << max.s1 << endl << max.sum << endl << s << endl;
          ^~~
foo.cc:15:6: note: candidates are: info max
 info max,i;
      ^~~
In file included from /usr/include/c++/7/bits/char_traits.h:39:0,
                 from /usr/include/c++/7/string:40,
                 from foo.cc:1:
/usr/include/c++/7/bits/stl_algobase.h:265:5: note:                 template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
/usr/include/c++/7/bits/stl_algobase.h:219:5: note:                 template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&)
     max(const _Tp& __a, const _Tp& __b)
     ^~~
foo.cc:33:28: error: reference to 'max' is ambiguous
  cout << max.s1 << endl << max.sum << endl << s << endl;
                            ^~~
foo.cc:15:6: note: candidates are: info max
 info max,i;
      ^~~
In file included from /usr/include/c++/7/bits/char_traits.h:39:0,
                 from /usr/include/c++/7/string:40,
                 from foo.cc:1:
/usr/include/c++/7/bits/stl_algobase.h:265:5: note:                 template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare)
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
/usr/include/c++/7/bits/stl_algobase.h:219:5: note:                 template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&)
     max(const _Tp& __a, const _Tp& __b)
     ^~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。

信息

递交者
类型
递交
题目
P1001 谁拿了最多奖学金
语言
C++
递交时间
2021-03-01 20:02:57
评测时间
2021-03-01 20:02:57
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes