結果
| 問題 | No.1249 小学校1年生の夢 |
| コンテスト | |
| ユーザー |
proribone
|
| 提出日時 | 2020-10-09 21:22:24 |
| 言語 | PyPy3 (7.3.17) |
| 結果 |
AC
|
| 実行時間 | 65 ms / 2,000 ms |
| + 93µs | |
| コード長 | 74 bytes |
| 記録 | |
| コンパイル時間 | 521 ms |
| コンパイル使用メモリ | 96,364 KB |
| 実行使用メモリ | 78,976 KB |
| 最終ジャッジ日時 | 2026-08-19 19:18:02 |
| 合計ジャッジ時間 | 4,604 ms |
|
ジャッジサーバーID (参考情報) |
judge3_0 / judge2_0 |
(要ログイン)
| ファイルパターン | 結果 |
|---|---|
| sample | AC * 3 |
| other | AC * 30 |
ソースコード
A,B,C=map(int,input().split())
print('Correct' if A+B==C else 'Incorrect')
proribone