Submission #55031554
Source Code Expand
Copy
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}'
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}'
Submission Info
Submission Time | |
---|---|
Task | PracticeA - Welcome to AtCoder |
User | mikecat |
Language | Cyber (Cyber v0.2-Latest) |
Score | 100 |
Code Size | 232 Byte |
Status | AC |
Exec Time | 2 ms |
Memory | 3904 KB |
Judge Result
Set Name | All | ||
---|---|---|---|
Score / Max Score | 100 / 100 | ||
Status |
|
Set Name | Test Cases |
---|---|
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 |
Case Name | Status | Exec Time | Memory |
---|---|---|---|
00_rnd_01.txt | AC | 2 ms | 3812 KB |
00_rnd_02.txt | AC | 1 ms | 3716 KB |
00_rnd_03.txt | AC | 1 ms | 3744 KB |
00_rnd_04.txt | AC | 1 ms | 3864 KB |
00_rnd_05.txt | AC | 1 ms | 3748 KB |
00_sample_1.txt | AC | 1 ms | 3904 KB |
00_sample_2.txt | AC | 1 ms | 3752 KB |