結果
| 問題 |
No.2322 MMA文字列
|
| コンテスト | |
| ユーザー |
horiesiniti
|
| 提出日時 | 2023-06-22 07:01:07 |
| 言語 | Ruby (3.4.1) |
| 結果 |
AC
|
| 実行時間 | 79 ms / 2,000 ms |
| コード長 | 71 bytes |
| コンパイル時間 | 52 ms |
| コンパイル使用メモリ | 7,552 KB |
| 実行使用メモリ | 12,288 KB |
| 最終ジャッジ日時 | 2024-06-29 14:53:38 |
| 合計ジャッジ時間 | 2,574 ms |
|
ジャッジサーバーID (参考情報) |
judge2 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 19 |
コンパイルメッセージ
Syntax OK
ソースコード
s=gets if s[0]==s[1] && s[0]!=s[2] then puts "Yes" else puts "No" end
horiesiniti