Cod sursa(job #998735)

Utilizator VehuiahVehuiah Vehuiah Vehuiah Data 17 septembrie 2013 21:44:01
Problema A+B Scor 0
Compilator cpp Status done
Runda Arhiva de probleme Marime 0.46 kb
#include<iostream>
#include<cstdlib>
using namespace std;
int main();
int test()
{
    cout<<"Fuck THe WORLD!";
    system("CLS");
    cout<<"i mean..";
    system("CLS");
    cout<<"i mean..";
    system("CLS");
    cout<<"Hello World";
    system("CLS");
    main();

}
int main()

{int n;
    cout<<"0 or 1?"<<endl;;
    cin>>n;
    if(n==1)
        {
            test();
        }
    else
        {
            main();
        }
}