#2

by asd

Submitted 4 years 3 months 1 day ago
Sat Jan 11 17:14:39 CST 2020
Judger: YourFa
Dataset Version: v0

31 ms / 6920 KB
Final 0
Problem: testProblemSet.testP
Language: GNU C++ 11


#1

31ms / 6920KB / Wrong Answer
Input

												
Output
Hello,World!
Answer

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

#2

30ms / 6916KB / Wrong Answer
Input

												
Output
Hello,World!
Answer

												
Checker Information
1st words differ - expected: 'Hello,World', found: 'Hello,World!'
#include <bits/stdc++.h>
using namespace std;
int main(){
cout<<"Hello,World!"<<endl;
}