結果

問題 No.1249 小学校1年生の夢
ユーザー sasa8uyauyasasa8uyauya
提出日時 2024-09-30 04:34:03
言語 PyPy3
(7.3.15)
結果
AC  
実行時間 37 ms / 2,000 ms
コード長 69 bytes
コンパイル時間 265 ms
コンパイル使用メモリ 82,356 KB
実行使用メモリ 53,464 KB
最終ジャッジ日時 2024-09-30 04:34:06
合計ジャッジ時間 2,594 ms
ジャッジサーバーID
(参考情報)
judge4 / judge1
このコードへのチャレンジ
(要ログイン)

テストケース

テストケース表示
入力 結果 実行時間
実行使用メモリ
testcase_00 AC 32 ms
53,184 KB
testcase_01 AC 33 ms
51,892 KB
testcase_02 AC 36 ms
52,808 KB
testcase_03 AC 33 ms
51,828 KB
testcase_04 AC 30 ms
53,348 KB
testcase_05 AC 32 ms
52,324 KB
testcase_06 AC 32 ms
53,464 KB
testcase_07 AC 32 ms
52,676 KB
testcase_08 AC 33 ms
52,612 KB
testcase_09 AC 33 ms
52,068 KB
testcase_10 AC 33 ms
52,532 KB
testcase_11 AC 33 ms
52,232 KB
testcase_12 AC 33 ms
51,820 KB
testcase_13 AC 32 ms
52,152 KB
testcase_14 AC 34 ms
52,356 KB
testcase_15 AC 35 ms
52,680 KB
testcase_16 AC 32 ms
53,316 KB
testcase_17 AC 32 ms
52,820 KB
testcase_18 AC 32 ms
52,708 KB
testcase_19 AC 33 ms
52,312 KB
testcase_20 AC 34 ms
53,016 KB
testcase_21 AC 33 ms
52,852 KB
testcase_22 AC 34 ms
52,636 KB
testcase_23 AC 37 ms
52,280 KB
testcase_24 AC 32 ms
52,828 KB
testcase_25 AC 33 ms
52,432 KB
testcase_26 AC 32 ms
53,000 KB
testcase_27 AC 32 ms
52,752 KB
testcase_28 AC 34 ms
53,224 KB
testcase_29 AC 33 ms
52,432 KB
testcase_30 AC 34 ms
52,700 KB
testcase_31 AC 33 ms
52,080 KB
testcase_32 AC 32 ms
52,252 KB
権限があれば一括ダウンロードができます

ソースコード

diff #

a,b,c=map(int,input().split())
print(["Incorrect","Correct"][a+b==c])
0