#include <stdio.h> int main(void) { int a, b, c; scanf("%d%d%d", &a, &b, &c); printf("%d%d%d"); return 0;}
1 2 3
17006483360-2134817647
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!