Submission #03945


ソースコード

ステータス

項目 データ
問題 0003 - 聖書
ユーザー名 yuu
投稿日時 2016-05-18 17:56:46
言語 C++11
状態 Compile Error
得点 0
ソースコード長 342 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:7:1: error: expected initializer before ‘cin’
 cin >> n >> word;
 ^
./Main.cpp:10:25: error: invalid operands of types ‘size_t {aka long unsigned int}’ and ‘char [1000000]’ to binary ‘operator-’
 for(int j=0;j<strlen(s)-word;j++){
                         ^
./Main.cpp:11:5: error: ‘p’ was not declared in this scope
 if((p=strstr(s,word))!=NULL){
     ^

セット

セット 得点 Cases

テストケース

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