結果
| 問題 | No.1249 小学校1年生の夢 |
| コンテスト | |
| ユーザー |
momoyuu
|
| 提出日時 | 2022-08-03 03:05:34 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 89 bytes |
| 記録 | |
| コンパイル時間 | 241 ms |
| コンパイル使用メモリ | 85,504 KB |
| 実行使用メモリ | 65,152 KB |
| 最終ジャッジ日時 | 2026-04-03 16:23:10 |
| 合計ジャッジ時間 | 2,673 ms |
|
ジャッジサーバーID (参考情報) |
judge2_0 / judge4_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 30 |
ソースコード
a,b,c = map(int,input())
if a + b == c:
print("Correct")
else:
print("Incorrect")
momoyuu