結果
| 問題 | No.2322 MMA文字列 |
| コンテスト | |
| ユーザー |
horiesiniti
|
| 提出日時 | 2023-06-22 07:01:07 |
| 言語 | Ruby (4.0.1) |
| 結果 |
AC
|
| 実行時間 | 56 ms / 2,000 ms |
| コード長 | 71 bytes |
| 記録 | |
| コンパイル時間 | 90 ms |
| コンパイル使用メモリ | 8,960 KB |
| 実行使用メモリ | 15,104 KB |
| 最終ジャッジ日時 | 2026-03-19 04:13:32 |
| 合計ジャッジ時間 | 2,284 ms |
|
ジャッジサーバーID (参考情報) |
judge1_0 / judge2_1 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| 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