結果
| 問題 | No.290 1010 |
| コンテスト | |
| ユーザー |
testestest
|
| 提出日時 | 2015-10-17 22:09:02 |
| 言語 | C90(gcc12) (gcc 12.4.0) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 113 bytes |
| 記録 | |
| コンパイル時間 | 126 ms |
| コンパイル使用メモリ | 28,100 KB |
| 最終ジャッジ日時 | 2026-02-23 19:33:08 |
|
ジャッジサーバーID (参考情報) |
judge2 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| other | RE * 24 |
コンパイルメッセージ
/usr/bin/ld: /tmp/ccP5vNAD.o: in function `main': main.c:(.text.startup+0x12): 警告: the `gets' function is dangerous and should not be used.
ソースコード
char i[4];
int main(){
gets(gets(i));
if(i[4]>10||i[0]==i[1]||i[1]==i[2])puts("YES");else puts("NO");
return 0;
}
testestest