結果
| 問題 |
No.1249 小学校1年生の夢
|
| コンテスト | |
| ユーザー |
|
| 提出日時 | 2020-10-14 19:58:43 |
| 言語 | Ruby (3.4.1) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 91 bytes |
| コンパイル時間 | 38 ms |
| コンパイル使用メモリ | 7,424 KB |
| 実行使用メモリ | 12,416 KB |
| 最終ジャッジ日時 | 2024-07-20 19:17:50 |
| 合計ジャッジ時間 | 4,596 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 30 |
コンパイルメッセージ
Syntax OK
ソースコード
require 'scanf'
a, b, c = gets.scanf("%d %d %d")
puts a + b == c ? "Correct" : "Incorrect"