#include <stdio.h>void main(void) { printf("%d %d %d\n", (char)10, (char)(10+256), (char)(10-256));}
Standard input is empty
10 10 10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!