C++ Programming

How to Print in C++?

#include <bits/stdc++.h>
using namespace std;
int main ()
{ 
  cout << "Hi Coding School!"<<endl;;
  return 0;
}

Comments

Popular posts from this blog

Codeforces Solution 230B T-primes

Uri Solution 2747 Output 1