#320

by asd

Submitted 2 years 4 months ago
Mon Nov 22 12:00:12 CST 2021
Judger: judger1
Dataset Version: v7

41 ms / 8840 KB
Final 60
Problem: testProblemSet.testP
Language: Python 3


#1

38ms / 8808KB / Wrong Answer
Input

												
Output
Hello,World
Answer
Hello,World!
Checker Information
1st words differ - expected: 'Hello,World!', found: 'Hello,World'

#1

41ms / 8728KB / Accepted
Input

												
Output
Hello,World
Answer
Hello,World
Checker Information
"Hello,World"

#2

25ms / 8840KB / Accepted
Input

												
Output
Hello,World
Answer
Hello,World
Checker Information
"Hello,World"
print("Hello,World")
This language doesn't require compilation.