0
Can anyone traverse this code?
#include <iostream> using namespace std; int (main(main)) { cout<<main+=pow(++main/*()*/,++main); return 0; }
1 Resposta
0
have you tried compiling this?
#include <iostream> using namespace std; int (main(main)) { cout<<main+=pow(++main/*()*/,++main); return 0; }