Compile Error
foo.c:1:4: error: expected ';' before 'typedef'
    1 | try
      |    ^
      |    ;
foo.c: In function 'main':
foo.c:12:17: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=]
   12 |         scanf("%d", &arr[i]);
      |                ~^   ~~~~~~~
      |                 |   |
      |                 |   long int *
      |                 int *
      |                %ld
  [Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1391 Problem 1C. 连续最大和
 - 语言
 - C
 - 递交时间
 - 2022-10-04 19:47:03
 - 评测时间
 - 2022-10-04 19:47:03
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 0ms
 - 峰值内存
 - 0 Bytes