Submission #3421248


Source Code Expand

if int(input()) == 1:
 print 'Hello World'
else:
 A = int(input())
 B = int(input())
 C = A + B
 print C

Submission Info

Submission Time
Task A - Programming Education
User tabae326
Language Python (3.4.3)
Score 0
Code Size 110 Byte
Status RE
Exec Time 17 ms
Memory 2940 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
RE × 2
RE × 7
Set Name Test Cases
Sample s1.txt, s2.txt
All in1.txt, in2.txt, in3.txt, in4.txt, in5.txt, s1.txt, s2.txt
Case Name Status Exec Time Memory
in1.txt RE 17 ms 2940 KB
in2.txt RE 16 ms 2940 KB
in3.txt RE 16 ms 2940 KB
in4.txt RE 17 ms 2940 KB
in5.txt RE 16 ms 2940 KB
s1.txt RE 17 ms 2940 KB
s2.txt RE 16 ms 2940 KB