fork download
  1. #include <stdio.h>
  2.  
  3. int main(void)
  4. {
  5. int n, m, b, arr[500][500];
  6. int i, j, k, hi, lo, t, ans;
  7.  
  8. scanf("%d %d %d", &n, &m, &b);
  9. printf("%d %d %d", n, m, b);
  10.  
  11. return 0;
  12. }
Success #stdin #stdout 0.01s 5308KB
stdin
3 4 99 0 0 0 0 0 0 0 0 0 0 0 1
stdout
3 4 99