Submission #00186
ソースコード
ステータス
項目 |
データ |
問題 |
0004 - AZAS |
ユーザー名 |
時すでにお寿司
|
投稿日時 |
2018-07-30 10:27:45 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
508 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:21:6: error: ‘strstr’ was not declared in this scope
if(strstr(a,b)!=NULL && strstr(b,c)!=NULL){
^~~~~~
./Main.cpp:21:6: note: suggested alternative: ‘stderr’
if(strstr(a,b)!=NULL && strstr(b,c)!=NULL){
^~~~~~
stderr
./Main.cpp:24:6: error: ‘strstr’ was not declared in this scope
if(strstr(c,a)!=NULL){
^~~~~~
./Main.cpp:24:6: note: suggested alternative: ‘stderr’
if(strstr(c,a)!=NULL){
^~~~~~
stderr
セット
テストケース