Forwarded from patrick bateman671games (Hλιος)
This media is not supported in your browser
VIEW IN TELEGRAM
🥰5💅1
Forwarded from acato
int min(int a, int b) {
char command[100];
sprintf(command, "python3 -c \"print(min(%d, %d))\"", a, b);
FILE *fp = popen(command, "r");
if (fp == NULL) {
return -1;
}
int result;
fscanf(fp, "%d", &result);
pclose(fp);
return result;
}
char command[100];
sprintf(command, "python3 -c \"print(min(%d, %d))\"", a, b);
FILE *fp = popen(command, "r");
if (fp == NULL) {
return -1;
}
int result;
fscanf(fp, "%d", &result);
pclose(fp);
return result;
}
STOP BEING CONSCIOUSNESS
STOP SELF CONTROLLING
YOU'RE BEING BOTTOM TO YOURSELF
STOP SELF CONTROLLING
YOU'RE BEING BOTTOM TO YOURSELF
✍4
JUST USE YOUR BRAIN FOR WHAT IT WAS CREATED
JUST FUCKING EAT BERRIES IN A CAVE
JUST FUCKING EAT BERRIES IN A CAVE
✍5
/dev/stdout
STOP BEING CONSCIOUSNESS STOP SELF CONTROLLING YOU'RE BEING BOTTOM TO YOURSELF
This media is not supported in your browser
VIEW IN TELEGRAM
👍1