Submission #00067
ソースコード
ステータス
項目 |
データ |
問題 |
0004 - エルの予約 |
ユーザー名 |
ei2229
|
投稿日時 |
2023-07-31 09:58:11 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
573 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:11:15: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
if(a==s&&b==f){
^
./Main.cpp:11:21: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
if(a==s&&b==f){
^
./Main.cpp:14:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
}else if(a<s&&f<b){
^
./Main.cpp:14:25: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
}else if(a<s&&f<b){
^
./Main.cpp:17:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
}else if(s<a&&f<b){
^
./Main.cpp:17:25: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
}else if(s<a&&f<b){
^
./Main.cpp:20:20: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
}else if(a<s&&b<f){
^
./Main.cpp:20:25: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
}else if(a<s&&b<f){
^
セット
テストケース