Wrong Answer
foo.c: In function 'tree':
foo.c:39:11: warning: unused variable 'j' [-Wunused-variable]
     int i,j;
           ^
foo.c: In function 'main':
foo.c:72:5: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ^~~~~~~~~~~~~~
foo.c:76:11: 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)进行评测。
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1124 合并果子
 - 语言
 - C
 - 递交时间
 - 2021-05-12 11:54:49
 - 评测时间
 - 2021-05-12 11:54:49
 - 评测机
 
- 分数
 - 20
 - 总耗时
 - 1731ms
 - 峰值内存
 - 720.0 KiB