#329

by a

Submitted 1 year 7 months ago
Sun Aug 21 18:29:29 CST 2022
Judger: judger1
Dataset Version: v7

5 ms / 8840 KB
Final 0
Problem: testProblemSet.testP
Language: GNU C++ 11


#1

5ms / 8840KB / Wrong Answer
Input

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

#2

3ms / 8736KB / Wrong Answer
Input

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