#322

by Zzzyt

Submitted 2 years 3 months ago
Tue Jan 18 22:30:36 CST 2022
Judger: judger1
Dataset Version: v7

43 ms / 8816 KB
Final 60
Problem: testProblemSet.testP
Language: Python 3


#1

42ms / 8808KB / Wrong Answer
Input

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

#1

43ms / 8816KB / Accepted
Input

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

#2

33ms / 8728KB / Accepted
Input

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