Runtime Error
foo.c: In function 'main':
foo.c:16:17: warning: array subscript [1, 2147483647] is outside array bounds of 'int[1]' [-Warray-bounds]
   16 |                 printf("%d ",arr[i]);
      |                 ^~~~~~~~~~~~~~~~~~~~
foo.c:8:19: note: referencing an object of size 4 allocated by 'malloc'
    8 |         arr=(int*)malloc(sizeof(int));
      |                   ^~~~~~~~~~~~~~~~~~~
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - 1-3 序列循环左移
 - 语言
 - C
 - 递交时间
 - 2022-09-29 21:05:58
 - 评测时间
 - 2022-09-29 21:05:58
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 9ms
 - 峰值内存
 - 512.0 KiB