/ new_bzoj /

记录详情

Compile Error

/in/foo.cc: In function 'int main()':
/in/foo.cc:13:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
  scanf("%d%d",&n,&k);
                    ^
/in/foo.cc:13:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=]
/in/foo.cc:15:22: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=]
      scanf("%d",&a[i]);
                      ^
/in/foo.cc:34:34: error: no matching function for call to 'min(int&, long long int&)'
      if (q[i]) minn=min(minn,q[i]);
                                  ^
In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
                 from /usr/include/c++/6/ios:40,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 from /in/foo.cc:1:
/usr/include/c++/6/bits/stl_algobase.h:195:5: note: candidate: template<class _Tp> const _Tp& std::min(const _Tp&, const _Tp&)
     min(const _Tp& __a, const _Tp& __b)
     ^~~
/usr/include/c++/6/bits/stl_algobase.h:195:5: note:   template argument deduction/substitution failed:
/in/foo.cc:34:34: note:   deduced conflicting types for parameter 'const _Tp' ('int' and 'long long int')
      if (q[i]) minn=min(minn,q[i]);
                                  ^
In file included from /usr/include/c++/6/bits/char_traits.h:39:0,
                 from /usr/include/c++/6/ios:40,
                 from /usr/include/c++/6/ostream:38,
                 from /usr/include/c++/6/iostream:39,
                 from /in/foo.cc:1:
/usr/include/c++/6/bits/stl_algobase.h:243:5: note: candidate: template<class _Tp, class _Compare> const _Tp& std::min(const _Tp&, const _Tp&, _Compare)
     min(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
/usr/include/c++/6/bits/stl_algobase.h:243:5: note:   template argument deduction/substitution failed:
/in/foo.cc:34:34: note:   deduced conflicting types for parameter 'const _Tp' ('int' and 'long long int')
      if (q[i]) minn=min(minn,q[i]);
                                  ^
In file included from /usr/include/c++/6/algorithm:62:0,
                 from /in/foo.cc:4:
/usr/include/c++/6/bits/stl_algo.h:3447:5: note: candidate: template<class _Tp> _Tp std::min(std::initializer_list<_Tp>)
     min(initializer_list<_Tp> __l)
     ^~~
/usr/include/c++/6/bits/stl_algo.h:3447:5: note:   template argument deduction/substitution failed:
/in/foo.cc:34:34: note:   mismatched types 'std::initializer_list<_Tp>' and 'int'
      if (q[i]) minn=min(minn,q[i]);
                                  ^
In file included from /usr/include/c++/6/algorithm:62:0,
                 from /in/foo.cc:4:
/usr/include/c++/6/bits/stl_algo.h:3453:5: note: candidate: template<class _Tp, class _Compare> _Tp std::min(std::initializer_list<_Tp>, _Compare)
     min(initializer_list<_Tp> __l, _Compare __comp)
     ^~~
/usr/include/c++/6/bits/stl_algo.h:3453:5: note:   template argument deduction/substitution failed:
/in/foo.cc:34:34: note:   mismatched types 'std::initializer_list<_Tp>' and 'int'
      if (q[i]) minn=min(minn,q[i]);
                                  ^
/in/foo.cc:35:20: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=]
  printf("%d",n/minn);
                    ^

信息

递交者
类型
递交
题目
Strongbox
语言
C++
递交时间
2019-05-13 21:51:23
评测时间
2019-05-13 21:51:23
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes