Submission #3789480


Source Code Expand

n = int(input())
if n == 1:
    print("Hello world")
if n == 2:
    print(int(input()) + int(input()))

Submission Info

Submission Time
Task A - Programming Education
User keen0226
Language Python (3.4.3)
Score 0
Code Size 106 Byte
Status WA
Exec Time 18 ms
Memory 2940 KB

Judge Result

Set Name Sample All
Score / Max Score 0 / 0 0 / 100
Status
AC × 1
WA × 1
AC × 5
WA × 2
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 AC 17 ms 2940 KB
in2.txt AC 18 ms 2940 KB
in3.txt AC 18 ms 2940 KB
in4.txt WA 18 ms 2940 KB
in5.txt AC 18 ms 2940 KB
s1.txt WA 18 ms 2940 KB
s2.txt AC 17 ms 2940 KB