ONLINE COMPILERS
LIBRARY
MANUAL PAGES & DOCS
CONTACT
Latest Users' Questions
User Submitted Source Code!
Description:
111
Language: C/C++
Code:
111
Language: C/C++
Code:
#include <iostream>
#include <string>
using namespace std;
int main()
{
for(int i=1; i>0; i++){
cout<<"You gay"<<endl;
}
}
#include <string>
using namespace std;
int main()
{
for(int i=1; i>0; i++){
cout<<"You gay"<<endl;
}
}
Comments: