Details | Last modification | View Log
#include <math.h>
main(s)
{
printf(s, 34, s="main(s){printf(s,34,s=%c%s%c,34);} \n",34);
}