#348

by Zzzyt

Submitted 2 months 1 day ago
Fri Sep 20 20:24:21 CST 2024
Judger: judger1
Dataset Version: v7

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


#1

32ms / 8840KB / Wrong Answer
Input

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

#1

34ms / 8800KB / Accepted
Input

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

#2

31ms / 8840KB / Accepted
Input

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