#335

by Zzzyt

Submitted 1 year ago
Wed Apr 12 16:53:30 CST 2023
Judger: judger1
Dataset Version: v7

44 ms / 8884 KB
Final 60
Problem: testProblemSet.testP
Language: Python 3


#1

38ms / 8840KB / Wrong Answer
Input

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

#1

44ms / 8884KB / Accepted
Input

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

#2

42ms / 8736KB / Accepted
Input

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