记录详情

Accepted

foo.c: In function 'main':
foo.c:6:19: warning: variable 'xx1' set but not used [-Wunused-but-set-variable]
    6 |         int xx,yy,xx1,yy1;
      |                   ^~~
foo.c:6:13: warning: variable 'xx' set but not used [-Wunused-but-set-variable]
    6 |         int xx,yy,xx1,yy1;
      |             ^~
foo.c:5:25: warning: unused variable 'z1' [-Wunused-variable]
    5 |         int x,y,z,x1,y1,z1,a,m,n,p,q,t=0;
      |                         ^~
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 1ms 284.0 KiB
#2 Accepted 3ms 284.0 KiB
#3 Accepted 1ms 204.0 KiB
#4 Accepted 1ms 284.0 KiB
#5 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
A6-2 最大公约数专题:分数的加法
比赛
2023 程序设计与竞赛(作业3:中秋和国庆)
语言
C
递交时间
2023-10-01 19:58:50
评测时间
2023-10-01 19:58:50
评测机
分数
100
总耗时
9ms
峰值内存
284.0 KiB