Submission #76465


ソースコード

ステータス

項目 データ
問題 1422 - マージ
ユーザー名 ei2331
投稿日時 2023-09-29 16:40:18
言語 C++
状態 Compile Error
得点 0
ソースコード長 169 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:3:69: error: ‘sort’ was not declared in this scope
 int n,m,a[1001];std::cin>>n>>m;for(int i=0;i<n+m;i++)std::cin>>a[i];sort(a,a+n+m);for(int i=0;i<n+m;i++)std::cout<<a[i]<<"\n";
                                                                     ^~~~
./Main.cpp:3:69: note: suggested alternative:
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/algorithm:62,
                 from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:65,
                 from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algo.h:4854:5: note:   ‘std::sort’
     sort(_RandomAccessIterator __first, _RandomAccessIterator __last,
     ^~~~

セット

セット 得点 Cases

テストケース

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