Submission #76488
ソースコード
ステータス
| 項目 |
データ |
| 問題 |
1422 - マージ |
| ユーザー名 |
ei2331
|
| 投稿日時 |
2023-09-29 16:53:09 |
| 言語 |
C++ |
| 状態 |
Compile Error |
| 得点 |
0
|
| ソースコード長 |
163 Byte |
| 最大実行時間 |
-
|
| 最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:3:63: error: ‘zcin’ was not declared in this scope
using namespace std;int main(){int n,m,a[1001];cin>>n>>m;n+=m;zcin>>a[i];sort(a,a+n);zcout<<a[i]<<"\n";}
^~~~
./Main.cpp:3:63: note: suggested alternative: ‘main’
using namespace std;int main(){int n,m,a[1001];cin>>n>>m;n+=m;zcin>>a[i];sort(a,a+n);zcout<<a[i]<<"\n";}
^~~~
main
./Main.cpp:3:71: error: ‘i’ was not declared in this scope
using namespace std;int main(){int n,m,a[1001];cin>>n>>m;n+=m;zcin>>a[i];sort(a,a+n);zcout<<a[i]<<"\n";}
^
./Main.cpp:3:86: error: ‘zcout’ was not declared in this scope
using namespace std;int main(){int n,m,a[1001];cin>>n>>m;n+=m;zcin>>a[i];sort(a,a+n);zcout<<a[i]<<"\n";}
^~~~~
セット
テストケース