Submission #76469
ソースコード
ステータス
項目 |
データ |
問題 |
1422 - マージ |
ユーザー名 |
ei2331
|
投稿日時 |
2023-09-29 16:42:34 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
170 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:2:138: error: ‘endl’ was not declared in this scope
int main(){int n,m,a[1001];std::cin>>n>>m;for(int i=0;i<n+m;i++)std::cin>>a[i];std::sort(a,a+n+m);for(int i=0;i<n+m;i++)std::cout<<a[i]<<endl;}
^~~~
./Main.cpp:2:138: note: suggested alternative:
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/istream:39,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/sstream:38,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/complex:45,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:67,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/ostream:590:5: note: ‘std::endl’
endl(basic_ostream<_CharT, _Traits>& __os)
^~~~
セット
テストケース