Domain changed to archive.palanq.win . Feb 14-25 still awaits import.
[6 / 3 / ?]

epic

ID:6s+YZFdU No.7876258 View ViewReplyOriginalReport
#include <stdio.h>
int main()
{
int first = -2;
int second = -1;
int cons;
int printcons;
int firstcheck;
if (first>-5);
firstcheck = (first + second); /*This is -3 */
cons = (6 * (firstcheck / second)) + 3;
printcons = (cons - 2 * second);
if (cons>0)
printf("cons was bigger than 0 because it was %d\n", printcons);
else
printf("cons was smaller than 0 because it was %d\n", printcons);
return 0;
}