結果
| 問題 | No.700 LOVE | 
| コンテスト | |
| ユーザー | 👑  testestest | 
| 提出日時 | 2018-07-04 04:08:12 | 
| 言語 | C (gcc 13.3.0) | 
| 結果 | 
                                AC
                                 
                             | 
| 実行時間 | 2 ms / 2,000 ms | 
| コード長 | 67 bytes | 
| コンパイル時間 | 1,132 ms | 
| コンパイル使用メモリ | 26,624 KB | 
| 実行使用メモリ | 5,376 KB | 
| 最終ジャッジ日時 | 2024-07-22 23:24:17 | 
| 合計ジャッジ時間 | 947 ms | 
| ジャッジサーバーID (参考情報) | judge3 / judge5 | 
(要ログイン)
| ファイルパターン | 結果 | 
|---|---|
| sample | AC * 3 | 
| other | AC * 16 | 
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
    1 | s,f;main(){for(;gets(&s);f+=strstr(&s,"LOVE"));puts(f?"YES":"NO");}
      | ^
main.c:1:1: warning: type defaults to 'int' in declaration of 's' [-Wimplicit-int]
main.c:1:3: warning: type defaults to 'int' in declaration of 'f' [-Wimplicit-int]
    1 | s,f;main(){for(;gets(&s);f+=strstr(&s,"LOVE"));puts(f?"YES":"NO");}
      |   ^
main.c:1:5: warning: return type defaults to 'int' [-Wimplicit-int]
    1 | s,f;main(){for(;gets(&s);f+=strstr(&s,"LOVE"));puts(f?"YES":"NO");}
      |     ^~~~
main.c: In function 'main':
main.c:1:17: warning: implicit declaration of function 'gets' [-Wimplicit-function-declaration]
    1 | s,f;main(){for(;gets(&s);f+=strstr(&s,"LOVE"));puts(f?"YES":"NO");}
      |                 ^~~~
main.c:1:29: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration]
    1 | s,f;main(){for(;gets(&s);f+=strstr(&s,"LOVE"));puts(f?"YES":"NO");}
      |                             ^~~~~~
main.c:1:1: note: include '<string.h>' or provide a declaration of 'strstr'
  +++ |+#include <string.h>
    1 | s,f;main(){for(;gets(&s);f+=strstr(&s,"LOVE"));puts(f?"YES":"NO");}
main.c:1:29: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch]
    1 | s,f;main(){for(;gets(&s);f+=strstr(&s,"LOVE"));puts(f?"YES":"NO");}
      |                             ^~~~~~
main.c:1:29: note: include '<string.h>' or provide a declaration of 'strstr'
main.c:1:36: warning: passing argument 1 of 'strstr' from incompatible pointer type [-Wincompatible-pointer-types]
    1 | s,f;main(){for(;gets(&s);f+=strstr(&s,"LOVE"));puts(f?"YES":"NO");}
      |                                    ^~
      |                                    |
      |                                    int *
main.c:1:36: note: expected 'const char *' but argument is of type 'int *'
main.c:1:27: warning: assignment to 'int' from 'char *' makes integer from pointer wit
            
            ソースコード
s,f;main(){for(;gets(&s);f+=strstr(&s,"LOVE"));puts(f?"YES":"NO");}
            
            
            
        