#325

by Zzzyt

Submitted 1 year 8 months ago
Sun Jul 17 19:09:55 CST 2022
Judger: judger1
Dataset Version: v7

34 ms / 8880 KB
Final 60
Problem: testProblemSet.testP
Language: Python 3


#1

32ms / 8836KB / Wrong Answer
Input

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

#1

34ms / 8840KB / Accepted
Input

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

#2

32ms / 8880KB / Accepted
Input

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