words per minute
3
sandipmalla44
00:00
Speed
#include <bits/stdc++.h>
using namespace std;
int main() {
freopen("input.txt", "r", stdin);
freopen("output.txt", "w", stdout);
int smth;
cin >> smth;
cout << "Hello World!";
return 0;
}