#361

by Zzzyt

Submitted 28 days 11 h ago
Sat Mar 22 00:03:51 CST 2025
Judger: judger1
Dataset Version: v7

29 ms / 10624 KB
Final 60
Problem: testProblemSet.testP
Language: Python 3


#1

28ms / 10624KB / Wrong Answer
Input

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

#1

29ms / 10624KB / Accepted
Input

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

#2

29ms / 10624KB / Accepted
Input

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