User:Q9R

From Wikipedia, the free encyclopedia

Q9R is the code name.

  1. include <iostream>
  2. include <fstream>
  3. include <vector>


using namespace std;

int main()
{

  int H = 10;
char *J[10] = {"hi","O","asd","sadfd"};

for(int dd = 0; dd < sizeof(J)/2 or J[dd] == '\0'; dd++)
printf("%s\n", J[H]);

system("pause");
return 0;

}