結果
| 問題 |
No.1249 小学校1年生の夢
|
| コンテスト | |
| ユーザー |
momoyuu
|
| 提出日時 | 2022-08-03 03:05:34 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
RE
|
| 実行時間 | - |
| コード長 | 89 bytes |
| コンパイル時間 | 599 ms |
| コンパイル使用メモリ | 82,168 KB |
| 実行使用メモリ | 66,708 KB |
| 最終ジャッジ日時 | 2024-07-23 21:11:27 |
| 合計ジャッジ時間 | 3,479 ms |
|
ジャッジサーバーID (参考情報) |
judge1 / judge2 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | RE * 3 |
| other | RE * 30 |
ソースコード
a,b,c = map(int,input())
if a + b == c:
print("Correct")
else:
print("Incorrect")
momoyuu