记录详情

Accepted

foo.c: In function 'ret':
foo.c:15:27: warning: unused variable 'n' [-Wunused-variable]
   15 |         int i = 2, m = 0, n = 0;
      |                           ^
foo.c:15:20: warning: unused variable 'm' [-Wunused-variable]
   15 |         int i = 2, m = 0, n = 0;
      |                    ^
foo.c:15:13: warning: unused variable 'i' [-Wunused-variable]
   15 |         int i = 2, m = 0, n = 0;
      |             ^
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 6ms 384.0 KiB
#2 Accepted 2ms 256.0 KiB
#3 Accepted 132ms 256.0 KiB
#4 Accepted 122ms 256.0 KiB
#5 Accepted 1ms 256.0 KiB

信息

递交者
类型
递交
题目
A5-2 超级素数的个数
语言
C
递交时间
2022-09-27 20:09:03
评测时间
2022-09-27 20:09:03
评测机
分数
100
总耗时
265ms
峰值内存
384.0 KiB