結果
| 問題 |
No.1249 小学校1年生の夢
|
| コンテスト | |
| ユーザー |
👑 Kazun
|
| 提出日時 | 2020-12-14 08:00:57 |
| 言語 | PyPy3 (7.3.15) |
| 結果 |
WA
|
| 実行時間 | - |
| コード長 | 74 bytes |
| コンパイル時間 | 147 ms |
| コンパイル使用メモリ | 81,828 KB |
| 実行使用メモリ | 54,172 KB |
| 最終ジャッジ日時 | 2024-09-20 00:30:08 |
| 合計ジャッジ時間 | 2,225 ms |
|
ジャッジサーバーID (参考情報) |
judge4 / judge5 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | WA * 3 |
| other | WA * 30 |
ソースコード
A,B,C=map(int,input().split())
print("correct" if A+B==C else "incorrect")
Kazun