提出 #55031554


ソースコード 拡げる

line1 = getInput().utf8()
line2 = getInput().utf8()
line3 = getInput().utf8()

spacepos = line2.find(' ')
bstr = line2[..spacepos]
cstr = line2[spacepos+1..]

sum = int(line1) + int(bstr) + int(cstr)
print '{sum} {line3}'

提出情報

提出日時
問題 PracticeA - Welcome to AtCoder
ユーザ mikecat
言語 Cyber (Cyber v0.2-Latest)
得点 100
コード長 232 Byte
結果 AC
実行時間 2 ms
メモリ 3904 KiB

ジャッジ結果

セット名 All
得点 / 配点 100 / 100
結果
AC × 7
セット名 テストケース
All 00_rnd_01.txt, 00_rnd_02.txt, 00_rnd_03.txt, 00_rnd_04.txt, 00_rnd_05.txt, 00_sample_1.txt, 00_sample_2.txt
ケース名 結果 実行時間 メモリ
00_rnd_01.txt AC 2 ms 3812 KiB
00_rnd_02.txt AC 1 ms 3716 KiB
00_rnd_03.txt AC 1 ms 3744 KiB
00_rnd_04.txt AC 1 ms 3864 KiB
00_rnd_05.txt AC 1 ms 3748 KiB
00_sample_1.txt AC 1 ms 3904 KiB
00_sample_2.txt AC 1 ms 3752 KiB