fork download
  1. #include <stdio.h>
  2.  
  3. int main(void) {
  4. int a, b, c;
  5. scanf("%d%d%d", &a, &b, &c);
  6. printf("%d%d%d");
  7. return 0;
  8. }
  9.  
Success #stdin #stdout 0.01s 5288KB
stdin
1 2 3
stdout
17006483360-2134817647