Wrong Answer
foo.c: In function 'main':
foo.c:33:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ^~~~~~~~~~~~~~
foo.c:36:9: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&a[i]);
         ^~~~~~~~~~~~~~~~~
  自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1097 合并果子
 - 语言
 - C
 - 递交时间
 - 2021-05-12 16:43:11
 - 评测时间
 - 2021-05-12 16:43:11
 - 评测机
 
- 分数
 - 30
 - 总耗时
 - 588ms
 - 峰值内存
 - 392.0 KiB