Runtime Error
foo.c: In function 'main':
foo.c:6:13: warning: format '%d' expects a matching 'int *' argument [-Wformat=]
   scanf("%d%d%d",&a[i]);
            ~^
foo.c:6:15: warning: format '%d' expects a matching 'int *' argument [-Wformat=]
   scanf("%d%d%d",&a[i]);
              ~^
foo.c:6:3: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d%d%d",&a[i]);
   ^~~~~~~~~~~~~~~~~~~~~
  自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
信息
- 递交者
 - 类型
 - 递交
 - 题目
 - A1-1 分支结构练习:三数排序
 - 语言
 - C
 - 递交时间
 - 2021-03-23 16:26:34
 - 评测时间
 - 2021-03-23 16:26:34
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - 4ms
 - 峰值内存
 - 288.0 KiB