結果
問題 |
No.1249 小学校1年生の夢
|
ユーザー |
|
提出日時 | 2021-04-01 23:40:41 |
言語 | Python3 (3.13.1 + numpy 2.2.1 + scipy 1.14.1) |
結果 |
RE
|
実行時間 | - |
コード長 | 102 bytes |
コンパイル時間 | 100 ms |
コンパイル使用メモリ | 12,160 KB |
実行使用メモリ | 10,624 KB |
最終ジャッジ日時 | 2024-12-21 07:20:32 |
合計ジャッジ時間 | 2,266 ms |
ジャッジサーバーID (参考情報) |
judge2 / judge3 |
(要ログイン)
ファイルパターン | 結果 |
---|---|
sample | RE * 3 |
other | RE * 30 |
ソースコード
a=int(input()) b=int(input()) c=int(input()) if c==a+b: print("Correct") else : print("Incorrect")