Submission #00703
ソースコード
ステータス
項目 |
データ |
問題 |
0011 - 病気の山本くん |
ユーザー名 |
r2218
|
投稿日時 |
2022-06-10 17:25:06 |
言語 |
C |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
408 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.c:1:8: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘<’ token
include<iostream>
^
./Main.c: In function ‘main’:
./Main.c:5:5: error: ‘cin’ undeclared (first use in this function); did you mean ‘main’?
cin>>N;
^~~
main
./Main.c:5:5: note: each undeclared identifier is reported only once for each function it appears in
./Main.c:20:9: error: ‘cout’ undeclared (first use in this function)
cout<<A[R[i]]-A[L[i]-1]<<"\n";
^~~~
./Main.c:22:5: error: expected declaration or statement at end of input
return(0);
^~~~~~
セット
テストケース