#include "bits/stdc++.h" using namespace std; #define pb push_back #define all(v) v.begin(), v.end() #define printv(v) for(auto i: v) cout< vi; typedef vector vl; typedef pair pi; int main(){ ios_base::sync_with_stdio(false); cin.tie(NULL); cout.tie(NULL); cout<<"Hello World!"; }