Submission #00023


ソースコード

ステータス

項目 データ
問題 0004 - 野獣の日
ユーザー名 crom
投稿日時 2017-08-10 20:53:01
言語 C++11
状態 Compile Error
得点 0
ソースコード長 418 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:9:8: error: request for member ‘find’ in ‘str’, which is of non-class type ‘char’
 if(str.find("114514")||str.find("1919")||str.find("YJ")||str.find("364364")||str.find("tdn")){
        ^~~~
./Main.cpp:9:28: error: request for member ‘find’ in ‘str’, which is of non-class type ‘char’
 if(str.find("114514")||str.find("1919")||str.find("YJ")||str.find("364364")||str.find("tdn")){
                            ^~~~
./Main.cpp:9:46: error: request for member ‘find’ in ‘str’, which is of non-class type ‘char’
 if(str.find("114514")||str.find("1919")||str.find("YJ")||str.find("364364")||str.find("tdn")){
                                              ^~~~
./Main.cpp:9:62: error: request for member ‘find’ in ‘str’, which is of non-class type ‘char’
 if(str.find("114514")||str.find("1919")||str.find("YJ")||str.find("364364")||str.find("tdn")){
                                                              ^~~~
./Main.cpp:9:82: error: request for member ‘find’ in ‘str’, which is of non-class type ‘char’
 if(str.find("114514")||str.find("1919")||str.find("YJ")||str.find("364364")||str.find("tdn")){
                                                                                  ^~~~

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #