Submission #76485
ソースコード
ステータス
項目 |
データ |
問題 |
1422 - マージ |
ユーザー名 |
ei2331
|
投稿日時 |
2023-09-29 16:49:30 |
言語 |
C++ |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
168 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp:1:25: warning: extra tokens at end of #include directive
#include<bits/stdc++.h> using namespace std;int main(){int n,m,a[1001];cin>>n>>m;n+=m;for(int i=0;i<n;i++)cin>>a[i];sort(a,a+n);for(int i=0;i<n;i++)cout<<a[i]<<"\n";}
^~~~~
/usr/lib/../lib64/crt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
セット
テストケース