91 solutions

  • -6
    @ 2025-7-15 11:32:25
    #include<bits/stdc++.h>
    using namespace std;
    int main()
    {
    	char a='H';
    	char b='e';
    	char c='l';
    	char d='o';
    	char e=',';
    	char f='W';
    	char g='r';
    	char h='d';
    	char i='!';
    	cout<<a<<b<<c<<c<<d<<e<<f<<d<<g<<c<<h<<i;
    	return 0;    
    }

    Information

    ID
    838
    Time
    1000ms
    Memory
    256MiB
    Difficulty
    2
    Tags
    # Submissions
    714
    Accepted
    118
    Uploaded By