#0

by XGN

Submitted 4 years 2 months 1 day ago
Tue Feb 04 12:53:36 CST 2020
Judger: ZJS
Dataset Version: v0

15 ms / 6920 KB
Final 6000
Problem: testProblemSet.testP
Language: GNU C++ 11


#1

0ms / 6920KB / Wrong Answer
Input

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

#1

0ms / 6920KB / Accepted
Input

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

#2

15ms / 6916KB / Accepted
Input

												
Output
Hello,World
Answer
Hello,World
Checker Information
"Hello,World"
#include <iostream>
using namespace std;
int main(){cout<<"Hello,World"<<endl;}