mutoo
10/25/2013 - 7:45 AM

-_-b.c

#include<stdio.h>
 
int main(int argc, char *argv[]) {
 
  int _ = -1, b = -1;
  
  return -_-b;
}