結果
| 問題 |
No.700 LOVE
|
| コンテスト | |
| ユーザー |
👑 testestest
|
| 提出日時 | 2020-10-23 17:37:23 |
| 言語 | C (gcc 13.3.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 66 bytes |
| コンパイル時間 | 574 ms |
| コンパイル使用メモリ | 27,392 KB |
| 実行使用メモリ | 6,948 KB |
| 最終ジャッジ日時 | 2024-07-21 10:19:29 |
| 合計ジャッジ時間 | 4,096 ms |
|
ジャッジサーバーID (参考情報) |
judge3 / judge1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 16 |
コンパイルメッセージ
main.c:1:1: warning: data definition has no type or storage class
1 | s;main(f){for(;f-=!!strstr(gets(&s),"LOVE"););puts(f?"NO":"YES");}
| ^
main.c:1:1: warning: type defaults to 'int' in declaration of 's' [-Wimplicit-int]
main.c:1:3: warning: return type defaults to 'int' [-Wimplicit-int]
1 | s;main(f){for(;f-=!!strstr(gets(&s),"LOVE"););puts(f?"NO":"YES");}
| ^~~~
main.c: In function 'main':
main.c:1:3: warning: type of 'f' defaults to 'int' [-Wimplicit-int]
main.c:1:21: warning: implicit declaration of function 'strstr' [-Wimplicit-function-declaration]
1 | s;main(f){for(;f-=!!strstr(gets(&s),"LOVE"););puts(f?"NO":"YES");}
| ^~~~~~
main.c:1:1: note: include '<string.h>' or provide a declaration of 'strstr'
+++ |+#include <string.h>
1 | s;main(f){for(;f-=!!strstr(gets(&s),"LOVE"););puts(f?"NO":"YES");}
main.c:1:21: warning: incompatible implicit declaration of built-in function 'strstr' [-Wbuiltin-declaration-mismatch]
1 | s;main(f){for(;f-=!!strstr(gets(&s),"LOVE"););puts(f?"NO":"YES");}
| ^~~~~~
main.c:1:21: note: include '<string.h>' or provide a declaration of 'strstr'
main.c:1:28: warning: implicit declaration of function 'gets' [-Wimplicit-function-declaration]
1 | s;main(f){for(;f-=!!strstr(gets(&s),"LOVE"););puts(f?"NO":"YES");}
| ^~~~
main.c:1:28: warning: passing argument 1 of 'strstr' makes pointer from integer without a cast [-Wint-conversion]
1 | s;main(f){for(;f-=!!strstr(gets(&s),"LOVE"););puts(f?"NO":"YES");}
| ^~~~~~~~
| |
| int
main.c:1:28: note: expected 'const char *' but argument is of type 'int'
main.c:1:47: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration]
1 | s;main(f){for(;f-=!!strstr(gets(&s),"LOVE"););puts(f?"NO":"YES");}
| ^
ソースコード
s;main(f){for(;f-=!!strstr(gets(&s),"LOVE"););puts(f?"NO":"YES");}
testestest