結果

問題 No.1249 小学校1年生の夢
ユーザー miya145592miya145592
提出日時 2023-04-30 22:29:48
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 42 ms / 2,000 ms
コード長 81 bytes
コンパイル時間 168 ms
コンパイル使用メモリ 82,224 KB
実行使用メモリ 53,016 KB
最終ジャッジ日時 2024-11-19 12:06:47
合計ジャッジ時間 2,721 ms
ジャッジサーバーID
(参考情報)
judge5 / judge2
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 42 ms
52,076 KB
testcase_01 AC 42 ms
51,620 KB
testcase_02 AC 39 ms
52,320 KB
testcase_03 AC 39 ms
52,104 KB
testcase_04 AC 39 ms
52,348 KB
testcase_05 AC 39 ms
52,108 KB
testcase_06 AC 39 ms
52,096 KB
testcase_07 AC 38 ms
52,436 KB
testcase_08 AC 39 ms
52,812 KB
testcase_09 AC 40 ms
52,136 KB
testcase_10 AC 40 ms
52,184 KB
testcase_11 AC 39 ms
51,788 KB
testcase_12 AC 39 ms
52,188 KB
testcase_13 AC 41 ms
52,216 KB
testcase_14 AC 39 ms
51,808 KB
testcase_15 AC 39 ms
52,144 KB
testcase_16 AC 39 ms
52,392 KB
testcase_17 AC 38 ms
51,932 KB
testcase_18 AC 38 ms
52,028 KB
testcase_19 AC 38 ms
51,936 KB
testcase_20 AC 39 ms
52,572 KB
testcase_21 AC 39 ms
51,692 KB
testcase_22 AC 39 ms
52,908 KB
testcase_23 AC 39 ms
52,756 KB
testcase_24 AC 39 ms
52,784 KB
testcase_25 AC 40 ms
52,364 KB
testcase_26 AC 39 ms
51,508 KB
testcase_27 AC 39 ms
51,760 KB
testcase_28 AC 38 ms
52,560 KB
testcase_29 AC 39 ms
52,132 KB
testcase_30 AC 39 ms
51,864 KB
testcase_31 AC 39 ms
53,016 KB
testcase_32 AC 38 ms
52,636 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

A, B, C = map(int, input().split())
print("Correct" if (A+B)==C else "Incorrect")
0