[ create a new paste ] login | about

Link: http://codepad.org/gi9WflfI    [ raw code | output | fork ]

C++, pasted on May 16:
1
2
3
4
5
6
#include <stdlib.h>
int main(size_t argc, char const *argv[])
{
    printf("%d %d\n",-3>>1,-3/2);
    return 0;
}


Output:
1
-2 -1


Create a new paste based on this one


Comments: