#330

by a

Submitted 1 year 8 months ago
Sun Aug 21 18:30:05 CST 2022
Judger: judger1
Dataset Version: v7

4 ms / 8836 KB
Final 60
Problem: testProblemSet.testP
Language: GNU C++ 11


#1

3ms / 8688KB / Wrong Answer
Input

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

#1

4ms / 8688KB / Accepted
Input

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

#2

3ms / 8836KB / Accepted
Input

												
Output
Hello,World
Answer
Hello,World
Checker Information
"Hello,World"
#include <bits/stdc++.h>
using namespace std;
int main(){
    cerr<<"I am A!!!!!!!!!!!!!!"<<endl;
    cout<<"Hello,World"<<endl;
}