记录详情

Accepted

foo.c: In function 'main':
foo.c:8:39: warning: unused variable 'c' [-Wunused-variable]
  int a[100000]={1}, n=1,b[100000]={1},c[100000]={1}, m=1,k,o,p,q;   
                                       ^
foo.c: In function 'Add':
foo.c:45:12: warning: operation on 'i' may be undefined [-Wsequence-point]
  c[i++]=a[i++];
           ~^~
foo.c:20:10: warning: unused variable 'j' [-Wunused-variable]
  int i=0,j,jw=0,c[100000];
          ^
foo.c: In function 'main':
foo.c:9:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&k,&o);
  ^~~~~~~~~~~~~~~~~~~
foo.c:10:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&q,&p);
  ^~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 1.0 MiB
#2 Accepted 1ms 1.0 MiB
#3 Accepted 1ms 1.0 MiB
#4 Accepted 1ms 1.0 MiB
#5 Accepted 1ms 1.0 MiB

信息

递交者
类型
递交
题目
A11-3 高精度整数的加法
比赛
2021(四) 作业第三场:热身赛
语言
C
递交时间
2021-11-15 19:25:01
评测时间
2021-11-15 19:25:01
评测机
分数
100
总耗时
7ms
峰值内存
1.0 MiB