About Complete Web Site's Problem Solution

About Complete Web-site’s Problem Solution

Web-site: Complete Web-site This is a my school’s Problem Web-site. Accouts are my school register, personals don’t register a new accout. Have a new accout in this web-site? I can help you register a new accout for you. Let’s go to the watch a simaple code:

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

Are you pleased? No, watch next code too.

#include <bits/stdc++.h>
using namespace std;
int main()
{
  cout << "1+1=3";
  return 0;
}