Submission #00016


ソースコード

ステータス

項目 データ
問題 0003 - Max Diff
ユーザー名 ei2332
投稿日時 2024-12-02 17:50:26
言語 C++17
状態 Compile Error
得点 0
ソースコード長 2447 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In lambda function:
./Main.cpp:71:56: error: returning initializer list
     return {min(a.first,b.first),max(a.second,b.second)};
                                                        ^
./Main.cpp: In function ‘int main()’:
./Main.cpp:72:23: error: no matching function for call to ‘Dseg<std::pair<int, int> >::Dseg(int, main()::<lambda(std::pair<int, int>, std::pair<int, int>)>, std::pair<int, int>)’
     }, make_pair(0, 0));
                       ^
./Main.cpp:50:5: note: candidate: ‘Dseg<T>::Dseg(long long int, std::function<T(T, T)>, T) [with T = std::pair<int, int>]’
     Dseg(long long n,function<T(T,T)>F,T sh):f(F),shoki(sh),sz(1){
     ^~~~
./Main.cpp:50:5: note:   no known conversion for argument 2 from ‘main()::<lambda(std::pair<int, int>, std::pair<int, int>)>’ to ‘std::function<std::pair<int, int>(std::pair<int, int>, std::pair<int, int>)>’
./Main.cpp:4:7: note: candidate: ‘Dseg<std::pair<int, int> >::Dseg(const Dseg<std::pair<int, int> >&)’
 class Dseg {
       ^~~~
./Main.cpp:4:7: note:   candidate expects 1 argument, 3 provided
./Main.cpp:4:7: note: candidate: ‘Dseg<std::pair<int, int> >::Dseg(Dseg<std::pair<int, int> >&&)’
./Main.cpp:4:7: note:   candidate expects 1 argument, 3 provided

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #